Class CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dataexchange.CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventActionPropsMixin.ExportServerSideEncryptionProperty>
- Enclosing interface:
CfnEventActionPropsMixin.ExportServerSideEncryptionProperty
@Stability(Stable)
public static final class CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventActionPropsMixin.ExportServerSideEncryptionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnEventActionPropsMixin.ExportServerSideEncryptionProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyArn
@Stability(Stable) public CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder kmsKeyArn(String kmsKeyArn) - Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.- Returns:
this
-
type
@Stability(Stable) public CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder type(String type) Sets the value ofCfnEventActionPropsMixin.ExportServerSideEncryptionProperty.getType()- Parameters:
type- The type of server side encryption used for encrypting the objects in Amazon S3.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventActionPropsMixin.ExportServerSideEncryptionProperty>- Returns:
- a new instance of
CfnEventActionPropsMixin.ExportServerSideEncryptionProperty - Throws:
NullPointerException- if any required attribute was not provided
-