Interface StopDeploymentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeDeployResponse.Builder, CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>, SdkBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StopDeploymentResponse

public static interface StopDeploymentResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<StopDeploymentResponse.Builder,StopDeploymentResponse>
  • Method Details

    • status

      The status of the stop deployment operation:

      • Pending: The stop operation is pending.

      • Succeeded: The stop operation was successful.

      Parameters:
      status - The status of the stop deployment operation:

      • Pending: The stop operation is pending.

      • Succeeded: The stop operation was successful.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the stop deployment operation:

      • Pending: The stop operation is pending.

      • Succeeded: The stop operation was successful.

      Parameters:
      status - The status of the stop deployment operation:

      • Pending: The stop operation is pending.

      • Succeeded: The stop operation was successful.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      StopDeploymentResponse.Builder statusMessage(String statusMessage)

      An accompanying status message.

      Parameters:
      statusMessage - An accompanying status message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.