Class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
promptArn
@Stability(Stable) public CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty.Builder promptArn(String promptArn) Sets the value ofCfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty.getPromptArn()- Parameters:
promptArn- The Amazon Resource Name (ARN) of the prompt from Prompt management.- Returns:
this
-
build
@Stability(Stable) public CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.PromptFlowNodeResourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-