Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Replay.Builder
Packages that use Replay.Builder
-
Uses of Replay.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Replay.BuilderModifier and TypeMethodDescriptionstatic Replay.BuilderReplay.builder()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.The current state of the replay.Replay.Builder.state(ReplayState state) The current state of the replay.Replay.Builder.stateReason(String stateReason) A description of why the replay is in the current state.Replay.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Replay.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Replay.Builder>Replay.serializableBuilderClass()