| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeReplayResponse.Builder |
DescribeReplayResponse.builder() |
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.description(String description)
The description of the replay.
|
default DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.destination(Consumer<ReplayDestination.Builder> destination)
A
ReplayDestination object that contains details about the replay. |
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.destination(ReplayDestination destination)
A
ReplayDestination object that contains details about the replay. |
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.eventEndTime(Instant eventEndTime)
The time stamp for the last event that was replayed from the archive.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.eventLastReplayedTime(Instant eventLastReplayedTime)
The time that the event was last replayed.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.eventSourceArn(String eventSourceArn)
The ARN of the archive events were replayed from.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.eventStartTime(Instant eventStartTime)
The time stamp of the first event that was last replayed from the archive.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.replayArn(String replayArn)
The ARN of the replay.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.replayEndTime(Instant replayEndTime)
A time stamp for the time that the replay stopped.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.replayName(String replayName)
The name of the replay.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.replayStartTime(Instant replayStartTime)
A time stamp for the time that the replay started.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.state(ReplayState state)
The current state of the replay.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.state(String state)
The current state of the replay.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.Builder.stateReason(String stateReason)
The reason that the replay is in the current state.
|
DescribeReplayResponse.Builder |
DescribeReplayResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeReplayResponse.Builder> |
DescribeReplayResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.