Class CfnDataAutomationLibraryMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationLibraryMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAutomationLibraryMixinProps>
- Enclosing interface:
CfnDataAutomationLibraryMixinProps
@Stability(Stable)
public static final class CfnDataAutomationLibraryMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAutomationLibraryMixinProps>
A builder for
CfnDataAutomationLibraryMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.encryptionConfiguration(CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnDataAutomationLibraryMixinProps.getEncryptionConfiguration()encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnDataAutomationLibraryMixinProps.getEncryptionConfiguration()libraryDescription(String libraryDescription) Sets the value ofCfnDataAutomationLibraryMixinProps.getLibraryDescription()libraryName(String libraryName) Sets the value ofCfnDataAutomationLibraryMixinProps.getLibraryName()Sets the value ofCfnDataAutomationLibraryMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
encryptionConfiguration
@Stability(Stable) public CfnDataAutomationLibraryMixinProps.Builder encryptionConfiguration(IResolvable encryptionConfiguration) Sets the value ofCfnDataAutomationLibraryMixinProps.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- KMS Encryption Configuration.- Returns:
this
-
encryptionConfiguration
@Stability(Stable) public CfnDataAutomationLibraryMixinProps.Builder encryptionConfiguration(CfnDataAutomationLibraryPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) Sets the value ofCfnDataAutomationLibraryMixinProps.getEncryptionConfiguration()- Parameters:
encryptionConfiguration- KMS Encryption Configuration.- Returns:
this
-
libraryDescription
@Stability(Stable) public CfnDataAutomationLibraryMixinProps.Builder libraryDescription(String libraryDescription) Sets the value ofCfnDataAutomationLibraryMixinProps.getLibraryDescription()- Parameters:
libraryDescription- Description of the DataAutomationLibrary.- Returns:
this
-
libraryName
@Stability(Stable) public CfnDataAutomationLibraryMixinProps.Builder libraryName(String libraryName) Sets the value ofCfnDataAutomationLibraryMixinProps.getLibraryName()- Parameters:
libraryName- Name of the DataAutomationLibrary.- Returns:
this
-
tags
@Stability(Stable) public CfnDataAutomationLibraryMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnDataAutomationLibraryMixinProps.getTags()- Parameters:
tags- List of tags.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAutomationLibraryMixinProps>- Returns:
- a new instance of
CfnDataAutomationLibraryMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-