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