public static interface ListKeysRequest.Builder extends KmsRequest.Builder, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>
Modifier and Type | Method and Description |
---|---|
ListKeysRequest.Builder |
limit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListKeysRequest.Builder |
marker(String marker)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListKeysRequest.Builder limit(Integer limit)
Use this parameter to specify the maximum number of items to return. When this value is present, AWS KMS does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 1000, inclusive. If you do not include a value, it defaults to 100.
limit
- Use this parameter to specify the maximum number of items to return. When this value is present, AWS
KMS does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 1000, inclusive. If you do not include a value, it defaults to 100.
ListKeysRequest.Builder marker(String marker)
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextMarker
from the truncated response you just received.
marker
- Use this parameter in a subsequent request after you receive a response with truncated results. Set it
to the value of NextMarker
from the truncated response you just received.ListKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListKeysRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.