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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeysRequest.BuilderkeyState(String keyState)The key state of the keys you want to list.ListKeysRequest.BuilderkeyState(KeyState keyState)The key state of the keys you want to list.ListKeysRequest.BuildermaxResults(Integer maxResults)Use this parameter to specify the maximum number of items to return.ListKeysRequest.BuildernextToken(String nextToken)Use this parameter in a subsequent request after you receive a response with truncated results.ListKeysRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeysRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
keyState
ListKeysRequest.Builder keyState(String keyState)
The key state of the keys you want to list.
-
keyState
ListKeysRequest.Builder keyState(KeyState keyState)
The key state of the keys you want to list.
-
maxResults
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.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
- 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.This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
NextTokenfrom 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 ofNextTokenfrom 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-