| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnvironmentResponse |
ElasticBeanstalkClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the environment description, deploys a new application version, updates the configuration settings to an
entirely new configuration template, or updates select configuration option values in the running environment.
|
default CompletableFuture<UpdateEnvironmentResponse> |
ElasticBeanstalkAsyncClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the environment description, deploys a new application version, updates the configuration settings to an
entirely new configuration template, or updates select configuration option values in the running environment.
|
| Modifier and Type | Method and Description |
|---|---|
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(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.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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentRequest.Builder> |
UpdateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.