Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyValueStore.Builder
Packages that use KeyValueStore.Builder
-
Uses of KeyValueStore.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyValueStore.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the key value store.static KeyValueStore.BuilderKeyValueStore.builder()A comment for the key value store.The unique Id for the key value store.KeyValueStore.Builder.lastModifiedTime(Instant lastModifiedTime) The last-modified time of the key value store.The name of the key value store.The status of the key value store.KeyValueStore.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyValueStore.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeyValueStore.Builder>KeyValueStore.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyValueStore.BuilderModifier and TypeMethodDescriptionCreateKeyValueStoreResponse.Builder.keyValueStore(Consumer<KeyValueStore.Builder> keyValueStore) The resulting key value store.DescribeKeyValueStoreResponse.Builder.keyValueStore(Consumer<KeyValueStore.Builder> keyValueStore) The resulting key value store.UpdateKeyValueStoreResponse.Builder.keyValueStore(Consumer<KeyValueStore.Builder> keyValueStore) The resulting key value store to update.