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