Uses of Interface
software.amazon.awssdk.services.athena.model.CustomerContentEncryptionConfiguration.Builder
-
Packages that use CustomerContentEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CustomerContentEncryptionConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CustomerContentEncryptionConfiguration.Builder Modifier and Type Method Description static CustomerContentEncryptionConfiguration.BuilderCustomerContentEncryptionConfiguration. builder()CustomerContentEncryptionConfiguration.BuilderCustomerContentEncryptionConfiguration.Builder. kmsKey(String kmsKey)The customer managed KMS key that is used to encrypt the user's data stores in Athena.CustomerContentEncryptionConfiguration.BuilderCustomerContentEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CustomerContentEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomerContentEncryptionConfiguration.Builder>CustomerContentEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type CustomerContentEncryptionConfiguration.Builder Modifier and Type Method Description default WorkGroupConfiguration.BuilderWorkGroupConfiguration.Builder. customerContentEncryptionConfiguration(Consumer<CustomerContentEncryptionConfiguration.Builder> customerContentEncryptionConfiguration)Specifies the KMS key that is used to encrypt the user's data stores in Athena.default WorkGroupConfigurationUpdates.BuilderWorkGroupConfigurationUpdates.Builder. customerContentEncryptionConfiguration(Consumer<CustomerContentEncryptionConfiguration.Builder> customerContentEncryptionConfiguration)Sets the value of the CustomerContentEncryptionConfiguration property for this object.
-