public static interface ListKeysRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListKeysRequest.Builder |
filter(ApiKeyFilter filter)
Optionally filter the list to only
Active or Expired API keys. |
default ListKeysRequest.Builder |
filter(Consumer<ApiKeyFilter.Builder> filter)
Optionally filter the list to only
Active or Expired API keys. |
ListKeysRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListKeysRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeysRequest.Builder filter(ApiKeyFilter filter)
Optionally filter the list to only Active or Expired API keys.
filter - Optionally filter the list to only Active or Expired API keys.default ListKeysRequest.Builder filter(Consumer<ApiKeyFilter.Builder> filter)
Optionally filter the list to only Active or Expired API keys.
ApiKeyFilter.Builder avoiding the need
to create one manually via ApiKeyFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(ApiKeyFilter).
filter - a consumer that will call methods on ApiKeyFilter.Builderfilter(ApiKeyFilter)ListKeysRequest.Builder maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
Default value: 100
maxResults - An optional limit for the number of resources returned in a single call.
Default value: 100
ListKeysRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default value: null
ListKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.