Interface ListKeysRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListKeysRequest.Builder,
,ListKeysRequest> PaymentCryptographyRequest.Builder
,SdkBuilder<ListKeysRequest.Builder,
,ListKeysRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListKeysRequest
public static interface ListKeysRequest.Builder
extends PaymentCryptographyRequest.Builder, SdkPojo, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe key state of the keys you want to list.The key state of the keys you want to list.maxResults
(Integer maxResults) Use this parameter to specify the maximum number of items to return.Use this parameter in a subsequent request after you receive a response with truncated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
keyState
The key state of the keys you want to list.
- Parameters:
keyState
- The key state of the keys you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyState
The key state of the keys you want to list.
- Parameters:
keyState
- The key state of the keys you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
nextToken
- Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the value ofNextToken
from the truncated response you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-