public static interface ListArchivesRequest.Builder extends CloudWatchEventsRequest.Builder, SdkPojo, CopyableBuilder<ListArchivesRequest.Builder,ListArchivesRequest>
Modifier and Type | Method and Description |
---|---|
ListArchivesRequest.Builder |
eventSourceArn(String eventSourceArn)
The ARN of the event source associated with the archive.
|
ListArchivesRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListArchivesRequest.Builder |
namePrefix(String namePrefix)
A name prefix to filter the archives returned.
|
ListArchivesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListArchivesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListArchivesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListArchivesRequest.Builder |
state(ArchiveState state)
The state of the archive.
|
ListArchivesRequest.Builder |
state(String state)
The state of the archive.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListArchivesRequest.Builder namePrefix(String namePrefix)
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
namePrefix
- A name prefix to filter the archives returned. Only archives with name that match the prefix are
returned.ListArchivesRequest.Builder eventSourceArn(String eventSourceArn)
The ARN of the event source associated with the archive.
eventSourceArn
- The ARN of the event source associated with the archive.ListArchivesRequest.Builder state(String state)
The state of the archive.
state
- The state of the archive.ArchiveState
,
ArchiveState
ListArchivesRequest.Builder state(ArchiveState state)
The state of the archive.
state
- The state of the archive.ArchiveState
,
ArchiveState
ListArchivesRequest.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.ListArchivesRequest.Builder limit(Integer limit)
The maximum number of results to return.
limit
- The maximum number of results to return.ListArchivesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListArchivesRequest.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.