Interface AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder,,AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails> SdkBuilder<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder,,AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails> SdkPojo
public static interface AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder
extends SdkPojo, CopyableBuilder<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionencryptionOption(String encryptionOption) Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.ForSSE_KMSandCSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
encryptionOption
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder encryptionOption(String encryptionOption) Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.
- Parameters:
 encryptionOption- Indicates whether Amazon Simple Storage Service (Amazon S3) server-side encryption with Amazon S3 managed keys (SSE_S3), server-side encryption with KMS keys (SSE_KMS), or client-side encryption with KMS customer managed keys (CSE_KMS) is used.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
kmsKey
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder kmsKey(String kmsKey) For
SSE_KMSandCSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.- Parameters:
 kmsKey- ForSSE_KMSandCSE_KMS, this is the KMS key Amazon Resource Name (ARN) or ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -