Class CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfiguration.JobBookmarksEncryptionProperty>
- Enclosing interface:
CfnSecurityConfiguration.JobBookmarksEncryptionProperty
@Stability(Stable)
public static final class CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfiguration.JobBookmarksEncryptionProperty>
A builder for
CfnSecurityConfiguration.JobBookmarksEncryptionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.jobBookmarksEncryptionMode(String jobBookmarksEncryptionMode) Sets the value ofCfnSecurityConfiguration.JobBookmarksEncryptionProperty.getKmsKeyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jobBookmarksEncryptionMode
@Stability(Stable) public CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder jobBookmarksEncryptionMode(String jobBookmarksEncryptionMode) Sets the value ofCfnSecurityConfiguration.JobBookmarksEncryptionProperty.getJobBookmarksEncryptionMode()- Parameters:
jobBookmarksEncryptionMode- The encryption mode to use for job bookmarks data.- Returns:
this
-
kmsKeyArn
@Stability(Stable) public CfnSecurityConfiguration.JobBookmarksEncryptionProperty.Builder kmsKeyArn(String kmsKeyArn) Sets the value ofCfnSecurityConfiguration.JobBookmarksEncryptionProperty.getKmsKeyArn()- 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<CfnSecurityConfiguration.JobBookmarksEncryptionProperty>- Returns:
- a new instance of
CfnSecurityConfiguration.JobBookmarksEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-