Interface ListKeyValueStoresRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<ListKeyValueStoresRequest.Builder,,ListKeyValueStoresRequest> SdkBuilder<ListKeyValueStoresRequest.Builder,,ListKeyValueStoresRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListKeyValueStoresRequest
@Mutable
@NotThreadSafe
public static interface ListKeyValueStoresRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListKeyValueStoresRequest.Builder,ListKeyValueStoresRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe marker associated with the key value stores list.The maximum number of items in the key value stores list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The status of the request for the key value stores list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
marker
The marker associated with the key value stores list.
- Parameters:
marker- The marker associated with the key value stores list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
The maximum number of items in the key value stores list.
- Parameters:
maxItems- The maximum number of items in the key value stores list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the request for the key value stores list.
- Parameters:
status- The status of the request for the key value stores list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListKeyValueStoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListKeyValueStoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-