Interface ContinueDeploymentRequest.Builder

    • 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_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, DeploymentWaitType
      • 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:
        DeploymentWaitType, DeploymentWaitType