Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateEnvironmentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateEnvironmentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application that contains the version to be deployed.
|
static CreateEnvironmentRequest.Builder |
builder() |
|
String |
cnamePrefix() |
If specified, the environment attempts to use this value as the prefix for the CNAME.
|
String |
description() |
Describes this environment.
|
String |
environmentName() |
A unique name for the deployment environment.
|
boolean |
equals(Object obj) |
|
String |
groupName() |
The name of the group to which the target environment belongs.
|
int |
hashCode() |
|
List<ConfigurationOptionSetting> |
optionSettings() |
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the
configuration set for the new environment.
|
List<OptionSpecification> |
optionsToRemove() |
A list of custom user-defined configuration options to remove from the configuration set for this new
environment.
|
String |
platformArn() |
The ARN of the custom platform.
|
static Class<? extends CreateEnvironmentRequest.Builder> |
serializableBuilderClass() |
|
String |
solutionStackName() |
This is an alternative to specifying a template name.
|
List<Tag> |
tags() |
This specifies the tags applied to resources in the environment.
|
String |
templateName() |
The name of the configuration template to use in deployment.
|
EnvironmentTier |
tier() |
This specifies the tier to use for creating this environment.
|
CreateEnvironmentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
The name of the application version to deploy.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of the application that contains the version to be deployed.
If no application is found with this name, CreateEnvironment
returns an
InvalidParameterValue
error.
If no application is found with this name, CreateEnvironment
returns an
InvalidParameterValue
error.
public String environmentName()
A unique name for the deployment environment. Used in the application URL.
Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and hyphens.
It cannot start or end with a hyphen. This name must be unique in your account. If the specified name already
exists, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.
Constraint: Must be from 4 to 40 characters in length. The name can contain only letters, numbers, and
hyphens. It cannot start or end with a hyphen. This name must be unique in your account. If the specified
name already exists, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
Default: If the CNAME parameter is not specified, the environment name becomes part of the CNAME, and therefore part of the visible URL for your application.
public String groupName()
The name of the group to which the target environment belongs. Specify a group name only if the environment's name is specified in an environment manifest and not with the environment name parameter. See Environment Manifest (env.yaml) for details.
public String description()
Describes this environment.
public String cnamePrefix()
If specified, the environment attempts to use this value as the prefix for the CNAME. If not specified, the CNAME is generated automatically by appending a random alphanumeric string to the environment name.
public EnvironmentTier tier()
This specifies the tier to use for creating this environment.
public List<Tag> tags()
This specifies the tags applied to resources in the environment.
public String versionLabel()
The name of the application version to deploy.
If the specified application has no associated application versions, AWS Elastic Beanstalk
UpdateEnvironment
returns an InvalidParameterValue
error.
Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container.
If the specified application has no associated application versions, AWS Elastic Beanstalk
UpdateEnvironment
returns an InvalidParameterValue
error.
Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container.
public String templateName()
The name of the configuration template to use in deployment. If no configuration template is found with this
name, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
InvalidParameterValue
error.public String solutionStackName()
This is an alternative to specifying a template name. If specified, AWS Elastic Beanstalk sets the configuration values to the default values associated with the specified solution stack.
public String platformArn()
The ARN of the custom platform.
public List<ConfigurationOptionSetting> optionSettings()
If specified, AWS Elastic Beanstalk sets the specified configuration options to the requested value in the configuration set for the new environment. These override the values obtained from the solution stack or the configuration template.
public List<OptionSpecification> optionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this new environment.
public CreateEnvironmentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
public static CreateEnvironmentRequest.Builder builder()
public static Class<? extends CreateEnvironmentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.