Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptFlowNodeConfiguration.Builder
-
Packages that use PromptFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of PromptFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptFlowNodeConfiguration.Builder Modifier and Type Method Description static PromptFlowNodeConfiguration.BuilderPromptFlowNodeConfiguration. builder()default PromptFlowNodeConfiguration.BuilderPromptFlowNodeConfiguration.Builder. sourceConfiguration(Consumer<PromptFlowNodeSourceConfiguration.Builder> sourceConfiguration)Specifies whether the prompt is from Prompt management or defined inline.PromptFlowNodeConfiguration.BuilderPromptFlowNodeConfiguration.Builder. sourceConfiguration(PromptFlowNodeSourceConfiguration sourceConfiguration)Specifies whether the prompt is from Prompt management or defined inline.PromptFlowNodeConfiguration.BuilderPromptFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends PromptFlowNodeConfiguration.Builder>PromptFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptFlowNodeConfiguration.Builder Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromPrompt(Consumer<PromptFlowNodeConfiguration.Builder> prompt)Create an instance of this class withFlowNodeConfiguration.prompt()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. prompt(Consumer<PromptFlowNodeConfiguration.Builder> prompt)Contains configurations for a prompt node in your flow.
-