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