Class CfnWorkflowPropsMixin.EncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mwaaserverless.CfnWorkflowPropsMixin.EncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.EncryptionConfigurationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.EncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.EncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.EncryptionConfigurationProperty>
A builder for
CfnWorkflowPropsMixin.EncryptionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWorkflowPropsMixin.EncryptionConfigurationProperty.getKmsKeyId()Sets the value ofCfnWorkflowPropsMixin.EncryptionConfigurationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnWorkflowPropsMixin.EncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnWorkflowPropsMixin.EncryptionConfigurationProperty.getKmsKeyId()- Parameters:
kmsKeyId- the value to be set.- Returns:
this
-
type
@Stability(Stable) public CfnWorkflowPropsMixin.EncryptionConfigurationProperty.Builder type(String type) Sets the value ofCfnWorkflowPropsMixin.EncryptionConfigurationProperty.getType()- Parameters:
type- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.EncryptionConfigurationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.EncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-