Uses of Interface
software.amazon.awssdk.services.athena.model.EncryptionConfiguration.Builder
-
Packages that use EncryptionConfiguration.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of EncryptionConfiguration.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return EncryptionConfiguration.Builder Modifier and Type Method Description static EncryptionConfiguration.Builder
EncryptionConfiguration. builder()
EncryptionConfiguration.Builder
EncryptionConfiguration.Builder. encryptionOption(String encryptionOption)
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3
), server-side encryption with KMS-managed keys (SSE_KMS
), or client-side encryption with KMS-managed keys (CSE_KMS
) is used.EncryptionConfiguration.Builder
EncryptionConfiguration.Builder. encryptionOption(EncryptionOption encryptionOption)
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (SSE_S3
), server-side encryption with KMS-managed keys (SSE_KMS
), or client-side encryption with KMS-managed keys (CSE_KMS
) is used.EncryptionConfiguration.Builder
EncryptionConfiguration.Builder. kmsKey(String kmsKey)
ForSSE_KMS
andCSE_KMS
, this is the KMS key ARN or ID.EncryptionConfiguration.Builder
EncryptionConfiguration. toBuilder()
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description static Class<? extends EncryptionConfiguration.Builder>
EncryptionConfiguration. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type EncryptionConfiguration.Builder Modifier and Type Method Description default ResultConfiguration.Builder
ResultConfiguration.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMS
orCSE_KMS
) and key information.default ResultConfigurationUpdates.Builder
ResultConfigurationUpdates.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration for query and calculation results.default SessionConfiguration.Builder
SessionConfiguration.Builder. encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
-