public static interface DescribeReplayResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplayResponse.Builder,DescribeReplayResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplayResponse.Builder |
description(String description)
The description of the replay.
|
default DescribeReplayResponse.Builder |
destination(Consumer<ReplayDestination.Builder> destination)
A
ReplayDestination object that contains details about the replay. |
DescribeReplayResponse.Builder |
destination(ReplayDestination destination)
A
ReplayDestination object 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.
|
DescribeReplayResponse.Builder |
replayArn(String replayArn)
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.
|
DescribeReplayResponse.Builder |
state(ReplayState state)
The current state of the replay.
|
DescribeReplayResponse.Builder |
state(String state)
The current state of the replay.
|
DescribeReplayResponse.Builder |
stateReason(String stateReason)
The reason that the replay is in the current state.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplayResponse.Builder replayName(String replayName)
The name of the replay.
replayName - The name of the replay.DescribeReplayResponse.Builder replayArn(String replayArn)
The ARN of the replay.
replayArn - The ARN of the replay.DescribeReplayResponse.Builder description(String description)
The description of the replay.
description - The description of the replay.DescribeReplayResponse.Builder state(String state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateDescribeReplayResponse.Builder state(ReplayState state)
The current state of the replay.
state - The current state of the replay.ReplayState,
ReplayStateDescribeReplayResponse.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.DescribeReplayResponse.Builder eventSourceArn(String eventSourceArn)
The ARN of the archive events were replayed from.
eventSourceArn - The ARN of the archive events were replayed from.DescribeReplayResponse.Builder destination(ReplayDestination destination)
A ReplayDestination object that contains details about the replay.
destination - A ReplayDestination object that contains details about the replay.default DescribeReplayResponse.Builder destination(Consumer<ReplayDestination.Builder> destination)
A ReplayDestination object that contains details about the replay.
ReplayDestination.Builder avoiding the
need to create one manually via ReplayDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(ReplayDestination).
destination - a consumer that will call methods on ReplayDestination.Builderdestination(ReplayDestination)DescribeReplayResponse.Builder eventStartTime(Instant eventStartTime)
The time stamp of the first event that was last replayed from the archive.
eventStartTime - The time stamp of the first event that was last replayed from the archive.DescribeReplayResponse.Builder eventEndTime(Instant eventEndTime)
The time stamp for the last event that was replayed from the archive.
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.
eventLastReplayedTime - The time that the event was last replayed.DescribeReplayResponse.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.DescribeReplayResponse.Builder replayEndTime(Instant replayEndTime)
A time stamp for the time that the replay stopped.
replayEndTime - A time stamp for the time that the replay stopped.Copyright © 2023. All rights reserved.