Class DataAutomationLibraryReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrock.DataAutomationLibraryReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAutomationLibraryReference>
- Enclosing interface:
DataAutomationLibraryReference
@Stability(Stable)
public static final class DataAutomationLibraryReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataAutomationLibraryReference>
A builder for
DataAutomationLibraryReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.libraryArn(String libraryArn) Sets the value ofDataAutomationLibraryReference.getLibraryArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
libraryArn
Sets the value ofDataAutomationLibraryReference.getLibraryArn()- Parameters:
libraryArn- The LibraryArn of the DataAutomationLibrary resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAutomationLibraryReference>- Returns:
- a new instance of
DataAutomationLibraryReference - Throws:
NullPointerException- if any required attribute was not provided
-