Interface StopDeploymentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>,SdkBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopDeploymentRequest
public static interface StopDeploymentRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDeploymentRequest.BuilderautoRollbackEnabled(Boolean autoRollbackEnabled)Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.StopDeploymentRequest.BuilderdeploymentId(String deploymentId)The unique ID of a deployment.StopDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
deploymentId
StopDeploymentRequest.Builder deploymentId(String deploymentId)
The unique ID of a deployment.
- Parameters:
deploymentId- The unique ID of a deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoRollbackEnabled
StopDeploymentRequest.Builder autoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
- Parameters:
autoRollbackEnabled- Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-