Interface StopDeploymentResponse.Builder

    • Method Detail

      • status

        StopDeploymentResponse.Builder status​(String 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:
        StopStatus, StopStatus
      • status

        StopDeploymentResponse.Builder status​(StopStatus 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:
        StopStatus, StopStatus
      • 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.