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