Class CfnParallelDataPropsMixin.EncryptionKeyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.translate.CfnParallelDataPropsMixin.EncryptionKeyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnParallelDataPropsMixin.EncryptionKeyProperty>
- Enclosing interface:
CfnParallelDataPropsMixin.EncryptionKeyProperty
@Stability(Stable)
public static final class CfnParallelDataPropsMixin.EncryptionKeyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnParallelDataPropsMixin.EncryptionKeyProperty>
A builder for
CfnParallelDataPropsMixin.EncryptionKeyProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnParallelDataPropsMixin.EncryptionKeyProperty.getId()Sets the value ofCfnParallelDataPropsMixin.EncryptionKeyProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
Sets the value ofCfnParallelDataPropsMixin.EncryptionKeyProperty.getId()- Parameters:
id- The Amazon Resource Name (ARN) of the encryption key.- Returns:
this
-
type
Sets the value ofCfnParallelDataPropsMixin.EncryptionKeyProperty.getType()- Parameters:
type- The type of encryption key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnParallelDataPropsMixin.EncryptionKeyProperty>- Returns:
- a new instance of
CfnParallelDataPropsMixin.EncryptionKeyProperty - Throws:
NullPointerException- if any required attribute was not provided
-