Interface StartReplayResponse.Builder

    • Method Detail

      • replayArn

        StartReplayResponse.Builder replayArn​(String replayArn)

        The ARN of the replay.

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

        StartReplayResponse.Builder stateReason​(String stateReason)

        The reason that the replay is in the state.

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

        StartReplayResponse.Builder replayStartTime​(Instant replayStartTime)

        The time at which the replay started.

        Parameters:
        replayStartTime - The time at which the replay started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.