UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.applicationName(String applicationName) |
The name of the application with which the environment is associated.
|
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.description(String description) |
If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentId(String environmentId) |
The ID of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentName(String environmentName) |
The name of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.groupName(String groupName) |
The name of the group to which the target environment belongs.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionSettings(Collection<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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionSettings(Consumer<ConfigurationOptionSetting.Builder>... 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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionSettings(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.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionsToRemove(Collection<OptionSpecification> optionsToRemove) |
A list of custom user-defined configuration options to remove from the configuration set for this
environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionsToRemove(Consumer<OptionSpecification.Builder>... optionsToRemove) |
A list of custom user-defined configuration options to remove from the configuration set for this
environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.optionsToRemove(OptionSpecification... optionsToRemove) |
A list of custom user-defined configuration options to remove from the configuration set for this
environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.platformArn(String platformArn) |
The ARN of the platform, if used.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.solutionStackName(String solutionStackName) |
This specifies the platform version that the environment will run after the environment is updated.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.templateName(String templateName) |
If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment.
|
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.tier(Consumer<EnvironmentTier.Builder> tier) |
This specifies the tier to use to update the environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.tier(EnvironmentTier tier) |
This specifies the tier to use to update the environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.versionLabel(String versionLabel) |
If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the
environment.
|