Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateEnvironmentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
Request to update an environment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateEnvironmentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application with which the environment is associated.
|
static UpdateEnvironmentRequest.Builder |
builder() |
|
String |
description() |
If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
|
String |
environmentId() |
The ID of the environment to update.
|
String |
environmentName() |
The name of the environment to update.
|
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 updates the configuration set associated with the running environment and
sets the specified configuration options to the requested value.
|
List<OptionSpecification> |
optionsToRemove() |
A list of custom user-defined configuration options to remove from the configuration set for this environment.
|
String |
platformArn() |
The ARN of the platform, if used.
|
static Class<? extends UpdateEnvironmentRequest.Builder> |
serializableBuilderClass() |
|
String |
solutionStackName() |
This specifies the platform version that the environment will run after the environment is updated.
|
String |
templateName() |
If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment.
|
EnvironmentTier |
tier() |
This specifies the tier to use to update the environment.
|
UpdateEnvironmentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment.
|
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 with which the environment is associated.
public String environmentId()
The ID of the environment to update.
If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter
error.
If no environment with this ID exists, AWS Elastic Beanstalk returns an
InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
public String environmentName()
The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an
InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter
error.
InvalidParameterValue
error.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter
error.
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 or environment ID parameters. See Environment Manifest (env.yaml) for details.
public String description()
If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
public EnvironmentTier tier()
This specifies the tier to use to update the environment.
Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns
InvalidParameterValue
error.
Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns
InvalidParameterValue
error.
public String versionLabel()
If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment.
If no such application version is found, returns an InvalidParameterValue
error.
InvalidParameterValue
error.public String templateName()
If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If
no such configuration template is found, AWS Elastic Beanstalk returns an InvalidParameterValue
error.
InvalidParameterValue
error.public String solutionStackName()
This specifies the platform version that the environment will run after the environment is updated.
public String platformArn()
The ARN of the platform, if used.
public List<ConfigurationOptionSetting> optionSettings()
If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.
public List<OptionSpecification> optionsToRemove()
A list of custom user-defined configuration options to remove from the configuration set for this environment.
public UpdateEnvironmentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
public static UpdateEnvironmentRequest.Builder builder()
public static Class<? extends UpdateEnvironmentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.