| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfiguration.Builder |
EncryptionConfiguration.builder() |
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.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.kmsKey(String kmsKey)
For
SSE_KMS and CSE_KMS, this is the KMS key ARN or ID. |
EncryptionConfiguration.Builder |
EncryptionConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfiguration.Builder> |
EncryptionConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SessionConfiguration.Builder |
SessionConfiguration.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
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 or CSE_KMS) and key information. |
default ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The encryption configuration for query and calculation results.
|
Copyright © 2023. All rights reserved.