Class CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty>
- Enclosing interface:
CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty
@Stability(Stable)
public static final class CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.getText()text(IResolvable text) Sets the value ofCfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.getText()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
text
@Stability(Stable) public CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.Builder text(IResolvable text) Sets the value ofCfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.getText()- Parameters:
text- Contains configurations for the text in a message for a prompt.- Returns:
this
-
text
@Stability(Stable) public CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.Builder text(CfnFlowVersionPropsMixin.TextPromptTemplateConfigurationProperty text) Sets the value ofCfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty.getText()- Parameters:
text- Contains configurations for the text in a message for a prompt.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty>- Returns:
- a new instance of
CfnFlowVersionPropsMixin.PromptTemplateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-