Interface StartReplayResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartReplayResponse.Builder,StartReplayResponse>, EventBridgeResponse.Builder, SdkBuilder<StartReplayResponse.Builder,StartReplayResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
StartReplayResponse

public static interface StartReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<StartReplayResponse.Builder,StartReplayResponse>
  • Method Details

    • 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.
    • state

      The state of the replay.

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

      The state of the replay.

      Parameters:
      state - The state of the replay.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.