Class CfnS3TableIntegration.EncryptionConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnS3TableIntegration.EncryptionConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3TableIntegration.EncryptionConfigProperty>
- Enclosing interface:
CfnS3TableIntegration.EncryptionConfigProperty
@Stability(Stable)
public static final class CfnS3TableIntegration.EncryptionConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3TableIntegration.EncryptionConfigProperty>
A builder for
CfnS3TableIntegration.EncryptionConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnS3TableIntegration.EncryptionConfigProperty.getKmsKeyArn()sseAlgorithm(String sseAlgorithm) Sets the value ofCfnS3TableIntegration.EncryptionConfigProperty.getSseAlgorithm()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sseAlgorithm
@Stability(Stable) public CfnS3TableIntegration.EncryptionConfigProperty.Builder sseAlgorithm(String sseAlgorithm) Sets the value ofCfnS3TableIntegration.EncryptionConfigProperty.getSseAlgorithm()- Parameters:
sseAlgorithm- The server-side encryption algorithm used to encrypt the S3 Table(s) data. This parameter is required.- Returns:
this
-
kmsKeyArn
@Stability(Stable) public CfnS3TableIntegration.EncryptionConfigProperty.Builder kmsKeyArn(String kmsKeyArn) Sets the value ofCfnS3TableIntegration.EncryptionConfigProperty.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt the S3 Table Integration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3TableIntegration.EncryptionConfigProperty>- Returns:
- a new instance of
CfnS3TableIntegration.EncryptionConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-