public static interface AbortEnvironmentUpdateRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>
Modifier and Type | Method and Description |
---|---|
AbortEnvironmentUpdateRequest.Builder |
environmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
|
AbortEnvironmentUpdateRequest.Builder |
environmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
|
AbortEnvironmentUpdateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AbortEnvironmentUpdateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
AbortEnvironmentUpdateRequest.Builder environmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
environmentId
- This specifies the ID of the environment with the in-progress update that you want to cancel.AbortEnvironmentUpdateRequest.Builder environmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
environmentName
- This specifies the name of the environment with the in-progress update that you want to cancel.AbortEnvironmentUpdateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.AbortEnvironmentUpdateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.