public static interface Replay.Builder extends SdkPojo, CopyableBuilder<Replay.Builder,Replay>
| Modifier and Type | Method and Description |
|---|---|
Replay.Builder |
eventEndTime(Instant eventEndTime)
A time stamp for the time to start replaying events.
|
Replay.Builder |
eventLastReplayedTime(Instant eventLastReplayedTime)
A time stamp for the time that the last event was replayed.
|
Replay.Builder |
eventSourceArn(String eventSourceArn)
The ARN of the archive to replay event from.
|
Replay.Builder |
eventStartTime(Instant eventStartTime)
A time stamp for the time to start replaying events.
|
Replay.Builder |
replayEndTime(Instant replayEndTime)
A time stamp for the time that the replay completed.
|
Replay.Builder |
replayName(String replayName)
The name of the replay.
|
Replay.Builder |
replayStartTime(Instant replayStartTime)
A time stamp for the time that the replay started.
|
Replay.Builder |
state(ReplayState state)
The current state of the replay.
|
Replay.Builder |
state(String state)
The current state of the replay.
|
Replay.Builder |
stateReason(String stateReason)
A description of why the replay is in the current state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplay.Builder replayName(String replayName)
The name of the replay.
replayName - The name of the replay.Replay.Builder eventSourceArn(String eventSourceArn)
The ARN of the archive to replay event from.
eventSourceArn - The ARN of the archive to replay event from.Replay.Builder state(String state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateReplay.Builder state(ReplayState state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateReplay.Builder stateReason(String stateReason)
A description of why the replay is in the current state.
stateReason - A description of why the replay is in the current state.Replay.Builder eventStartTime(Instant eventStartTime)
A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.
eventStartTime - A time stamp for the time to start replaying events. This is determined by the time in the event as
described in Time.Replay.Builder eventEndTime(Instant eventEndTime)
A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime specified is replayed.
eventEndTime - A time stamp for the time to start replaying events. Any event with a creation time prior to the
EventEndTime specified is replayed.Replay.Builder eventLastReplayedTime(Instant eventLastReplayedTime)
A time stamp for the time that the last event was replayed.
eventLastReplayedTime - A time stamp for the time that the last event was replayed.Replay.Builder replayStartTime(Instant replayStartTime)
A time stamp for the time that the replay started.
replayStartTime - A time stamp for the time that the replay started.Replay.Builder replayEndTime(Instant replayEndTime)
A time stamp for the time that the replay completed.
replayEndTime - A time stamp for the time that the replay completed.Copyright © 2023. All rights reserved.