Class CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty>
- Enclosing interface:
CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKey
@Stability(Stable) public CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty.Builder kmsKey(String kmsKey) - Parameters:
kmsKey- The customer managed KMS key that is used to encrypt the user's data stores in Athena.- Returns:
this
-
kmsKey
@Stability(Stable) public CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty.Builder kmsKey(IKeyRef kmsKey) - Parameters:
kmsKey- The customer managed KMS key that is used to encrypt the user's data stores in Athena.- Returns:
this
-
build
@Stability(Stable) public CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnWorkGroupPropsMixin.CustomerContentEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-