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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeyValueStoresRequest.Buildermarker(String marker)The marker associated with the key value stores list.ListKeyValueStoresRequest.BuildermaxItems(String maxItems)The maximum number of items in the key value stores list.ListKeyValueStoresRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListKeyValueStoresRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListKeyValueStoresRequest.Builderstatus(String status)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
marker
ListKeyValueStoresRequest.Builder marker(String 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
ListKeyValueStoresRequest.Builder maxItems(String 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
ListKeyValueStoresRequest.Builder status(String 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
-
-