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