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