Interface CancelEnvironmentDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelEnvironmentDeploymentRequest.Builder,CancelEnvironmentDeploymentRequest>,ProtonRequest.Builder,SdkBuilder<CancelEnvironmentDeploymentRequest.Builder,CancelEnvironmentDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelEnvironmentDeploymentRequest
public static interface CancelEnvironmentDeploymentRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<CancelEnvironmentDeploymentRequest.Builder,CancelEnvironmentDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelEnvironmentDeploymentRequest.BuilderenvironmentName(String environmentName)The name of the environment with the deployment to cancel.CancelEnvironmentDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelEnvironmentDeploymentRequest.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.proton.model.ProtonRequest.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
-
environmentName
CancelEnvironmentDeploymentRequest.Builder environmentName(String environmentName)
The name of the environment with the deployment to cancel.
- Parameters:
environmentName- The name of the environment with the deployment to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelEnvironmentDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelEnvironmentDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-