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