Interface ContinueDeploymentRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<ContinueDeploymentRequest.Builder,,ContinueDeploymentRequest> SdkBuilder<ContinueDeploymentRequest.Builder,,ContinueDeploymentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ContinueDeploymentRequest
public static interface ContinueDeploymentRequest.Builder
extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.deploymentWaitType(String deploymentWaitType) The status of the deployment's waiting period.deploymentWaitType(DeploymentWaitType deploymentWaitType) The status of the deployment's waiting period.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
deploymentId
The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.
- Parameters:
 deploymentId- The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentWaitType
The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated.- Parameters:
 deploymentWaitType- The status of the deployment's waiting period.READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deploymentWaitType
The status of the deployment's waiting period.
READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated.- Parameters:
 deploymentWaitType- The status of the deployment's waiting period.READY_WAITindicates that the deployment is ready to start shifting traffic.TERMINATION_WAITindicates that the traffic is shifted, but the original target is not terminated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
ContinueDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ContinueDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -