public static interface StartReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<StartReplayResponse.Builder,StartReplayResponse>
| Modifier and Type | Method and Description |
|---|---|
StartReplayResponse.Builder |
replayArn(String replayArn)
The ARN of the replay.
|
StartReplayResponse.Builder |
replayStartTime(Instant replayStartTime)
The time at which the replay started.
|
StartReplayResponse.Builder |
state(ReplayState state)
The state of the replay.
|
StartReplayResponse.Builder |
state(String state)
The state of the replay.
|
StartReplayResponse.Builder |
stateReason(String stateReason)
The reason that the replay is in the state.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartReplayResponse.Builder replayArn(String replayArn)
The ARN of the replay.
replayArn - The ARN of the replay.StartReplayResponse.Builder state(String state)
The state of the replay.
state - The state of the replay.ReplayState,
ReplayStateStartReplayResponse.Builder state(ReplayState state)
The state of the replay.
state - The state of the replay.ReplayState,
ReplayStateStartReplayResponse.Builder stateReason(String stateReason)
The reason that the replay is in the state.
stateReason - The reason that the replay is in the state.StartReplayResponse.Builder replayStartTime(Instant replayStartTime)
The time at which the replay started.
replayStartTime - The time at which the replay started.Copyright © 2023. All rights reserved.