public static interface ListReplaysRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListReplaysRequest.Builder,ListReplaysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListReplaysRequest.Builder |
eventSourceArn(String eventSourceArn)
The ARN of the archive from which the events are replayed.
|
ListReplaysRequest.Builder |
limit(Integer limit)
The maximum number of replays to retrieve.
|
ListReplaysRequest.Builder |
namePrefix(String namePrefix)
A name prefix to filter the replays returned.
|
ListReplaysRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListReplaysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReplaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListReplaysRequest.Builder |
state(ReplayState state)
The state of the replay.
|
ListReplaysRequest.Builder |
state(String state)
The state of the replay.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReplaysRequest.Builder namePrefix(String namePrefix)
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
namePrefix - A name prefix to filter the replays returned. Only replays with name that match the prefix are
returned.ListReplaysRequest.Builder state(String state)
The state of the replay.
state - The state of the replay.ReplayState,
ReplayStateListReplaysRequest.Builder state(ReplayState state)
The state of the replay.
state - The state of the replay.ReplayState,
ReplayStateListReplaysRequest.Builder eventSourceArn(String eventSourceArn)
The ARN of the archive from which the events are replayed.
eventSourceArn - The ARN of the archive from which the events are replayed.ListReplaysRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListReplaysRequest.Builder limit(Integer limit)
The maximum number of replays to retrieve.
limit - The maximum number of replays to retrieve.ListReplaysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReplaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.