Interface CancelReplayResponse.Builder

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

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

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

      The current state of the replay.

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

      The current state of the replay.

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