public static interface AbortEnvironmentUpdateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AbortEnvironmentUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAbortEnvironmentUpdateRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAbortEnvironmentUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.