public static interface ListKeysRequest.Builder extends PaymentCryptographyRequest.Builder, SdkPojo, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
ListKeysRequest.Builder |
keyState(KeyState keyState)
The key state of the keys you want to list.
|
ListKeysRequest.Builder |
keyState(String keyState)
The key state of the keys you want to list.
|
ListKeysRequest.Builder |
maxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return.
|
ListKeysRequest.Builder |
nextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
ListKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeysRequest.Builder keyState(String keyState)
The key state of the keys you want to list.
ListKeysRequest.Builder keyState(KeyState keyState)
The key state of the keys you want to list.
ListKeysRequest.Builder maxResults(Integer maxResults)
Use this parameter to specify the maximum number of items to return. When this value is present, Amazon Web Services Payment Cryptography does not return more than the specified number of items, but it might return fewer.
maxResults - Use this parameter to specify the maximum number of items to return. When this value is present,
Amazon Web Services Payment Cryptography does not return more than the specified number of items, but
it might return fewer.ListKeysRequest.Builder nextToken(String nextToken)
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextToken from the truncated response you just received.
nextToken - Use this parameter in a subsequent request after you receive a response with truncated results. Set it
to the value of NextToken from the truncated response you just received.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.