Class CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty>
- Enclosing interface:
CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsKmsKeyId(String awsKmsKeyId) build()Builds the configured instance.encryptionKeyProviderType(String encryptionKeyProviderType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsKmsKeyId
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder awsKmsKeyId(String awsKmsKeyId) Sets the value ofCfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.getAwsKmsKeyId()- Parameters:
awsKmsKeyId- The AWS KMS key ID.- Returns:
this
-
encryptionKeyProviderType
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.Builder encryptionKeyProviderType(String encryptionKeyProviderType) Sets the value ofCfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty.getEncryptionKeyProviderType()- Parameters:
encryptionKeyProviderType- The encryption key provider type.- Returns:
this
-
build
@Stability(Stable) public CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty>- Returns:
- a new instance of
CfnSecurityConfigurationPropsMixin.LocalDiskEncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-