Interface ListKeyValueStoresResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<ListKeyValueStoresResponse.Builder,
,ListKeyValueStoresResponse> SdkBuilder<ListKeyValueStoresResponse.Builder,
,ListKeyValueStoresResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListKeyValueStoresResponse
@Mutable
@NotThreadSafe
public static interface ListKeyValueStoresResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListKeyValueStoresResponse.Builder,ListKeyValueStoresResponse>
-
Method Summary
Modifier and TypeMethodDescriptionkeyValueStoreList
(Consumer<KeyValueStoreList.Builder> keyValueStoreList) The resulting key value stores list.keyValueStoreList
(KeyValueStoreList keyValueStoreList) The resulting key value stores list.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
keyValueStoreList
The resulting key value stores list.
- Parameters:
keyValueStoreList
- The resulting key value stores list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyValueStoreList
default ListKeyValueStoresResponse.Builder keyValueStoreList(Consumer<KeyValueStoreList.Builder> keyValueStoreList) The resulting key value stores list.
This is a convenience method that creates an instance of theKeyValueStoreList.Builder
avoiding the need to create one manually viaKeyValueStoreList.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokeyValueStoreList(KeyValueStoreList)
.- Parameters:
keyValueStoreList
- a consumer that will call methods onKeyValueStoreList.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-