Interface StepStateChangeReason.Builder

    • Method Detail

      • code

        StepStateChangeReason.Builder code​(String code)

        The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

        Parameters:
        code - The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepStateChangeReasonCode, StepStateChangeReasonCode
      • message

        StepStateChangeReason.Builder message​(String message)

        The descriptive message for the state change reason.

        Parameters:
        message - The descriptive message for the state change reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.