Interface ListKeyValueStoresRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<ListKeyValueStoresRequest.Builder,
,ListKeyValueStoresRequest> SdkBuilder<ListKeyValueStoresRequest.Builder,
,ListKeyValueStoresRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListKeyValueStoresRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the request for the key value stores list.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
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) 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
ListKeyValueStoresRequest.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.
-