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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeyValueStoresRequest.Builder
marker(String marker)
The marker associated with the Key Value Stores list.ListKeyValueStoresRequest.Builder
maxItems(String maxItems)
The maximum number of items in the Key Value Stores list.ListKeyValueStoresRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListKeyValueStoresRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListKeyValueStoresRequest.Builder
status(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, 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListKeyValueStoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-