Class CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty>
- Enclosing interface:
CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty
@Stability(Stable)
public static final class CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kmsEncryptionContext(Map<String, String> kmsEncryptionContext) kmsEncryptionContext(IResolvable kmsEncryptionContext)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsEncryptionContext
@Stability(Stable) public CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder kmsEncryptionContext(Map<String, String> kmsEncryptionContext) Sets the value ofCfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.getKmsEncryptionContext()- Parameters:
kmsEncryptionContext- KMS Encryption Context.- Returns:
this
-
kmsEncryptionContext
@Stability(Stable) public CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder kmsEncryptionContext(IResolvable kmsEncryptionContext) Sets the value ofCfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.getKmsEncryptionContext()- Parameters:
kmsEncryptionContext- KMS Encryption Context.- Returns:
this
-
kmsKeyId
@Stability(Stable) public CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- KMS Key Identifier.- Returns:
this
-
build
@Stability(Stable) public CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty>- Returns:
- a new instance of
CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-