Class CfnFlowVersion.PromptInputVariableProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrock.CfnFlowVersion.PromptInputVariableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersion.PromptInputVariableProperty>
- Enclosing interface:
CfnFlowVersion.PromptInputVariableProperty
@Stability(Stable)
public static final class CfnFlowVersion.PromptInputVariableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersion.PromptInputVariableProperty>
A builder for
CfnFlowVersion.PromptInputVariableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowVersion.PromptInputVariableProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFlowVersion.PromptInputVariableProperty.getName()- Parameters:
name- The name of the variable.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersion.PromptInputVariableProperty>- Returns:
- a new instance of
CfnFlowVersion.PromptInputVariableProperty - Throws:
NullPointerException- if any required attribute was not provided
-