Class CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty>
- Enclosing interface:
CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty
@Stability(Stable)
public static final class CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty>
A builder for
CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.getKmsKeyArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyArn
@Stability(Stable) public CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.Builder kmsKeyArn(String kmsKeyArn) Sets the value ofCfnPipelinePropsMixin.EncryptionAtRestOptionsProperty.getKmsKeyArn()- Parameters:
kmsKeyArn- The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an AWS owned key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty>- Returns:
- a new instance of
CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-