Class CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty>
- Enclosing interface:
CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty
@Stability(Stable)
public static final class CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty>
A builder for
CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.getKmsKeyArn()sseAlgorithm(String sseAlgorithm)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyArn
@Stability(Stable) public CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.Builder kmsKeyArn(String kmsKeyArn) Sets the value ofCfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.getKmsKeyArn()- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.- Returns:
this
-
sseAlgorithm
@Stability(Stable) public CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty.Builder sseAlgorithm(String sseAlgorithm) - Parameters:
sseAlgorithm- The server-side encryption algorithm used for encrypting data in the S3 Table integration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty>- Returns:
- a new instance of
CfnS3TableIntegrationPropsMixin.EncryptionConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-