Uses of Interface
software.amazon.awssdk.services.athena.model.ManagedQueryResultsEncryptionConfiguration.Builder
-
Packages that use ManagedQueryResultsEncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ManagedQueryResultsEncryptionConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ManagedQueryResultsEncryptionConfiguration.Builder Modifier and Type Method Description static ManagedQueryResultsEncryptionConfiguration.BuilderManagedQueryResultsEncryptionConfiguration. builder()ManagedQueryResultsEncryptionConfiguration.BuilderManagedQueryResultsEncryptionConfiguration.Builder. kmsKey(String kmsKey)The ARN of an KMS key for encrypting managed query results.ManagedQueryResultsEncryptionConfiguration.BuilderManagedQueryResultsEncryptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ManagedQueryResultsEncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends ManagedQueryResultsEncryptionConfiguration.Builder>ManagedQueryResultsEncryptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type ManagedQueryResultsEncryptionConfiguration.Builder Modifier and Type Method Description default ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration.Builder. encryptionConfiguration(Consumer<ManagedQueryResultsEncryptionConfiguration.Builder> encryptionConfiguration)If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.default ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. encryptionConfiguration(Consumer<ManagedQueryResultsEncryptionConfiguration.Builder> encryptionConfiguration)If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
-