Uses of Interface
software.amazon.awssdk.services.eventbridge.model.DescribeReplayResponse.Builder
Packages that use DescribeReplayResponse.Builder
-
Uses of DescribeReplayResponse.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return DescribeReplayResponse.BuilderModifier and TypeMethodDescriptionDescribeReplayResponse.builder()DescribeReplayResponse.Builder.description(String description) The description of the replay.default DescribeReplayResponse.BuilderDescribeReplayResponse.Builder.destination(Consumer<ReplayDestination.Builder> destination) AReplayDestinationobject that contains details about the replay.DescribeReplayResponse.Builder.destination(ReplayDestination destination) AReplayDestinationobject that contains details about the replay.DescribeReplayResponse.Builder.eventEndTime(Instant eventEndTime) The time stamp for the last event that was replayed from the archive.DescribeReplayResponse.Builder.eventLastReplayedTime(Instant eventLastReplayedTime) The time that the event was last replayed.DescribeReplayResponse.Builder.eventSourceArn(String eventSourceArn) The ARN of the archive events were replayed from.DescribeReplayResponse.Builder.eventStartTime(Instant eventStartTime) The time stamp of the first event that was last replayed from the archive.The ARN of the replay.DescribeReplayResponse.Builder.replayEndTime(Instant replayEndTime) A time stamp for the time that the replay stopped.DescribeReplayResponse.Builder.replayName(String replayName) The name of the replay.DescribeReplayResponse.Builder.replayStartTime(Instant replayStartTime) A time stamp for the time that the replay started.The current state of the replay.DescribeReplayResponse.Builder.state(ReplayState state) The current state of the replay.DescribeReplayResponse.Builder.stateReason(String stateReason) The reason that the replay is in the current state.DescribeReplayResponse.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type DescribeReplayResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeReplayResponse.Builder>DescribeReplayResponse.serializableBuilderClass()