Interface CancelReplayResponse.Builder

    • Method Detail

      • replayArn

        CancelReplayResponse.Builder replayArn​(String replayArn)

        The ARN of the replay to cancel.

        Parameters:
        replayArn - The ARN of the replay to cancel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateReason

        CancelReplayResponse.Builder stateReason​(String stateReason)

        The reason that the replay is in the current state.

        Parameters:
        stateReason - The reason that the replay is in the current state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.