Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyValueStoreList.Builder
-
Packages that use KeyValueStoreList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyValueStoreList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyValueStoreList.Builder Modifier and Type Method Description static KeyValueStoreList.BuilderKeyValueStoreList. builder()KeyValueStoreList.BuilderKeyValueStoreList.Builder. items(Collection<KeyValueStore> items)The items of the key value store list.KeyValueStoreList.BuilderKeyValueStoreList.Builder. items(Consumer<KeyValueStore.Builder>... items)The items of the key value store list.KeyValueStoreList.BuilderKeyValueStoreList.Builder. items(KeyValueStore... items)The items of the key value store list.KeyValueStoreList.BuilderKeyValueStoreList.Builder. maxItems(Integer maxItems)The maximum number of items in the key value store list.KeyValueStoreList.BuilderKeyValueStoreList.Builder. nextMarker(String nextMarker)The next marker associated with the key value store list.KeyValueStoreList.BuilderKeyValueStoreList.Builder. quantity(Integer quantity)The quantity of the key value store list.KeyValueStoreList.BuilderKeyValueStoreList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyValueStoreList.Builder Modifier and Type Method Description static Class<? extends KeyValueStoreList.Builder>KeyValueStoreList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyValueStoreList.Builder Modifier and Type Method Description default ListKeyValueStoresResponse.BuilderListKeyValueStoresResponse.Builder. keyValueStoreList(Consumer<KeyValueStoreList.Builder> keyValueStoreList)The resulting key value stores list.
-