Interface StopDeploymentResponse.Builder

  • 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.