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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContinueDeploymentRequest.BuilderdeploymentId(String deploymentId)The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.ContinueDeploymentRequest.BuilderdeploymentWaitType(String deploymentWaitType)The status of the deployment's waiting period.ContinueDeploymentRequest.BuilderdeploymentWaitType(DeploymentWaitType deploymentWaitType)The status of the deployment's waiting period.ContinueDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ContinueDeploymentRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deploymentId
ContinueDeploymentRequest.Builder deploymentId(String 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
ContinueDeploymentRequest.Builder deploymentWaitType(String 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,DeploymentWaitType
-
deploymentWaitType
ContinueDeploymentRequest.Builder deploymentWaitType(DeploymentWaitType 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,DeploymentWaitType
-
overrideConfiguration
ContinueDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ContinueDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-