Interface AbortEnvironmentUpdateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AbortEnvironmentUpdateRequest
public static interface AbortEnvironmentUpdateRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbortEnvironmentUpdateRequest.BuilderenvironmentId(String environmentId)This specifies the ID of the environment with the in-progress update that you want to cancel.AbortEnvironmentUpdateRequest.BuilderenvironmentName(String environmentName)This specifies the name of the environment with the in-progress update that you want to cancel.AbortEnvironmentUpdateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AbortEnvironmentUpdateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
AbortEnvironmentUpdateRequest.Builder environmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
- Parameters:
environmentId- This specifies the ID of the environment with the in-progress update that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
AbortEnvironmentUpdateRequest.Builder environmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
- Parameters:
environmentName- This specifies the name of the environment with the in-progress update that you want to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AbortEnvironmentUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AbortEnvironmentUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-