public static interface CancelReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<CancelReplayResponse.Builder,CancelReplayResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelReplayResponse.Builder |
replayArn(String replayArn)
The ARN of the replay to cancel.
|
CancelReplayResponse.Builder |
state(ReplayState state)
The current state of the replay.
|
CancelReplayResponse.Builder |
state(String state)
The current state of the replay.
|
CancelReplayResponse.Builder |
stateReason(String stateReason)
The reason that the replay is in the current state.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelReplayResponse.Builder replayArn(String replayArn)
The ARN of the replay to cancel.
replayArn - The ARN of the replay to cancel.CancelReplayResponse.Builder state(String state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateCancelReplayResponse.Builder state(ReplayState state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateCancelReplayResponse.Builder stateReason(String stateReason)
The reason that the replay is in the current state.
stateReason - The reason that the replay is in the current state.Copyright © 2022. All rights reserved.