Class CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty>
- Enclosing interface:
CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty
@Stability(Stable)
public static final class CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudWatchEncryptionMode(String cloudWatchEncryptionMode)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudWatchEncryptionMode
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder cloudWatchEncryptionMode(String cloudWatchEncryptionMode) Sets the value ofCfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.getCloudWatchEncryptionMode()- Parameters:
cloudWatchEncryptionMode- The encryption mode to use for CloudWatch data.- Returns:
this
-
kmsKeyArn
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty.Builder kmsKeyArn(String kmsKeyArn) - Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty>- Returns:
- a new instance of
CfnSecurityConfigurationPropsMixin.CloudWatchEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-