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 Details

    • 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_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

      Parameters:
      deploymentWaitType - The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates 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

      ContinueDeploymentRequest.Builder deploymentWaitType(DeploymentWaitType deploymentWaitType)

      The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated.

      Parameters:
      deploymentWaitType - The status of the deployment's waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.