public static interface ListReplaysRequest.Builder extends CloudWatchEventsRequest.Builder, SdkPojo, CopyableBuilder<ListReplaysRequest.Builder,ListReplaysRequest>
Modifier and Type | Method and Description |
---|---|
ListReplaysRequest.Builder |
eventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
|
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)
Add an optional request override configuration.
|
ListReplaysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListReplaysRequest.Builder |
state(ReplayState state)
The state of the replay.
|
ListReplaysRequest.Builder |
state(String state)
The state of the replay.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListReplaysRequest.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
,
ReplayState
ListReplaysRequest.Builder state(ReplayState state)
The state of the replay.
state
- The state of the replay.ReplayState
,
ReplayState
ListReplaysRequest.Builder eventSourceArn(String eventSourceArn)
The ARN of the event source associated with the replay.
eventSourceArn
- The ARN of the event source associated with the replay.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListReplaysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.