Java com.amazonaws.services.elasticbeanstalk.model CreateEnvironmentRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticbeanstalk.model CreateEnvironmentRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticbeanstalk.model CreateEnvironmentRequest.

The text is from its open source code.

Constructor

CreateEnvironmentRequest()
Default constructor for CreateEnvironmentRequest object.

Method

voidsetApplicationName(String applicationName)

The name of the application that contains the version to be deployed.

voidsetCNAMEPrefix(String cNAMEPrefix)

If specified, the environment attempts to use this value as the prefix for the CNAME.

voidsetDescription(String description)

Describes this environment.

voidsetEnvironmentName(String environmentName)

A unique name for the deployment environment.

voidsetOptionSettings(java.util.Collection optionSettings)

If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment.

voidsetOptionsToRemove(java.util.Collection optionsToRemove)

A list of custom user-defined configuration options to remove from the configuration set for this new environment.

voidsetSolutionStackName(String solutionStackName)

This is an alternative to specifying a template name.

voidsetTags(java.util.Collection tags)

Specifies the tags applied to resources in the environment.

voidsetTemplateName(String templateName)

The name of the configuration template to use in deployment.

voidsetTier(EnvironmentTier tier)

This specifies the tier to use for creating this environment.

voidsetVersionLabel(String versionLabel)

The name of the application version to deploy.

CreateEnvironmentRequestwithCNAMEPrefix(String cNAMEPrefix)

If specified, the environment attempts to use this value as the prefix for the CNAME.

CreateEnvironmentRequestwithDescription(String description)

Describes this environment.

CreateEnvironmentRequestwithEnvironmentName(String environmentName)

A unique name for the deployment environment.

CreateEnvironmentRequestwithTags(Tag... tags)

Specifies the tags applied to resources in the environment.

CreateEnvironmentRequestwithTags(java.util.Collection tags)

Specifies the tags applied to resources in the environment.

CreateEnvironmentRequestwithTemplateName(String templateName)

The name of the configuration template to use in deployment.

CreateEnvironmentRequestwithTier(EnvironmentTier tier)

This specifies the tier to use for creating this environment.