Interface ListKeysRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CloudFrontKeyValueStoreRequest.Builder,- CopyableBuilder<ListKeysRequest.Builder,,- ListKeysRequest> - SdkBuilder<ListKeysRequest.Builder,,- ListKeysRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListKeysRequest
@Mutable
@NotThreadSafe
public static interface ListKeysRequest.Builder
extends CloudFrontKeyValueStoreRequest.Builder, SdkPojo, CopyableBuilder<ListKeysRequest.Builder,ListKeysRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Key Value Store.maxResults(Integer maxResults) Maximum number of results that are returned per call.If nextToken is returned in the response, there are more results available.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
kvsARNThe Amazon Resource Name (ARN) of the Key Value Store. - Parameters:
- kvsARN- The Amazon Resource Name (ARN) of the Key Value Store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page. - Parameters:
- nextToken- If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsMaximum number of results that are returned per call. The default is 10 and maximum allowed page is 50. - Parameters:
- maxResults- Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-