public static interface AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder,AwsAthenaWorkGroupConfigurationResultConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder |
encryptionConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails encryptionConfiguration)
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
|
default AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder |
encryptionConfiguration(Consumer<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder> encryptionConfiguration)
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder encryptionConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails encryptionConfiguration)
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
encryptionConfiguration - Specifies the method used to encrypt the user’s data stores in the Athena workgroup.default AwsAthenaWorkGroupConfigurationResultConfigurationDetails.Builder encryptionConfiguration(Consumer<AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder> encryptionConfiguration)
Specifies the method used to encrypt the user’s data stores in the Athena workgroup.
This is a convenience method that creates an instance of theAwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.Builder avoiding the
need to create one manually via
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to
encryptionConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails).
encryptionConfiguration - a consumer that will call methods on
AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails.BuilderencryptionConfiguration(AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails)Copyright © 2023. All rights reserved.