Uses of Class
com.hashicorp.cdktf.providers.aws.athena_database.AthenaDatabaseEncryptionConfiguration.Builder
-
Packages that use AthenaDatabaseEncryptionConfiguration.Builder Package Description com.hashicorp.cdktf.providers.aws.athena_database aws_athena_database -
-
Uses of AthenaDatabaseEncryptionConfiguration.Builder in com.hashicorp.cdktf.providers.aws.athena_database
Methods in com.hashicorp.cdktf.providers.aws.athena_database that return AthenaDatabaseEncryptionConfiguration.Builder Modifier and Type Method Description static AthenaDatabaseEncryptionConfiguration.BuilderAthenaDatabaseEncryptionConfiguration. builder()AthenaDatabaseEncryptionConfiguration.BuilderAthenaDatabaseEncryptionConfiguration.Builder. encryptionOption(String encryptionOption)Sets the value ofAthenaDatabaseEncryptionConfiguration.getEncryptionOption()AthenaDatabaseEncryptionConfiguration.BuilderAthenaDatabaseEncryptionConfiguration.Builder. kmsKey(String kmsKey)Sets the value ofAthenaDatabaseEncryptionConfiguration.getKmsKey()Constructors in com.hashicorp.cdktf.providers.aws.athena_database with parameters of type AthenaDatabaseEncryptionConfiguration.Builder Constructor Description Jsii$Proxy(AthenaDatabaseEncryptionConfiguration.Builder builder)Constructor that initializes the object based on literal property values passed by theAthenaDatabaseEncryptionConfiguration.Builder.
-