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