Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreateKeyValueStoreRequest.Builder
Packages that use CreateKeyValueStoreRequest.Builder
Package
Description
-
Uses of CreateKeyValueStoreRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreateKeyValueStoreRequest.BuilderModifier and TypeMethodDescriptionCloudFrontAsyncClient.createKeyValueStore(Consumer<CreateKeyValueStoreRequest.Builder> createKeyValueStoreRequest) Specifies the key value store resource to add to your account.default CreateKeyValueStoreResponseCloudFrontClient.createKeyValueStore(Consumer<CreateKeyValueStoreRequest.Builder> createKeyValueStoreRequest) Specifies the key value store resource to add to your account. -
Uses of CreateKeyValueStoreRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreateKeyValueStoreRequest.BuilderModifier and TypeMethodDescriptionCreateKeyValueStoreRequest.builder()The comment of the key value store.CreateKeyValueStoreRequest.Builder.importSource(Consumer<ImportSource.Builder> importSource) The S3 bucket that provides the source for the import.CreateKeyValueStoreRequest.Builder.importSource(ImportSource importSource) The S3 bucket that provides the source for the import.The name of the key value store.CreateKeyValueStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateKeyValueStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateKeyValueStoreRequest.Builder.tags(Consumer<Tags.Builder> tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateKeyValueStoreRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreateKeyValueStoreRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateKeyValueStoreRequest.Builder>CreateKeyValueStoreRequest.serializableBuilderClass()