public static interface ListArchivesRequest.Builder extends EventBridgeRequest.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) |
ListArchivesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListArchivesRequest.Builder |
state(ArchiveState state)
The state of the archive.
|
ListArchivesRequest.Builder |
state(String state)
The state of the archive.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArchivesRequest.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,
ArchiveStateListArchivesRequest.Builder state(ArchiveState state)
The state of the archive.
state - The state of the archive.ArchiveState,
ArchiveStateListArchivesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListArchivesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.