Class CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyArn
@Stability(Stable) public CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty.Builder kmsKeyArn(String kmsKeyArn) - Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the AWS key used to encrypt the resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-