Interface CanaryStatus.Builder

  • Method Details

    • state

      The current state of the canary.

      Parameters:
      state - The current state of the canary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of the canary.

      Parameters:
      state - The current state of the canary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateReason

      CanaryStatus.Builder stateReason(String stateReason)

      If the canary creation or update failed, this field provides details on the failure.

      Parameters:
      stateReason - If the canary creation or update failed, this field provides details on the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateReasonCode

      CanaryStatus.Builder stateReasonCode(String stateReasonCode)

      If the canary creation or update failed, this field displays the reason code.

      Parameters:
      stateReasonCode - If the canary creation or update failed, this field displays the reason code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stateReasonCode

      CanaryStatus.Builder stateReasonCode(CanaryStateReasonCode stateReasonCode)

      If the canary creation or update failed, this field displays the reason code.

      Parameters:
      stateReasonCode - If the canary creation or update failed, this field displays the reason code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: