Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.PromptFlowNodeConfiguration.Builder
Packages that use PromptFlowNodeConfiguration.Builder
-
Uses of PromptFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return PromptFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionPromptFlowNodeConfiguration.builder()PromptFlowNodeConfiguration.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) Contains configurations for a guardrail to apply to the prompt in this node and the response generated from it.PromptFlowNodeConfiguration.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Contains configurations for a guardrail to apply to the prompt in this node and the response generated from it.PromptFlowNodeConfiguration.Builder.sourceConfiguration(Consumer<PromptFlowNodeSourceConfiguration.Builder> sourceConfiguration) Specifies whether the prompt is from Prompt management or defined inline.PromptFlowNodeConfiguration.Builder.sourceConfiguration(PromptFlowNodeSourceConfiguration sourceConfiguration) Specifies whether the prompt is from Prompt management or defined inline.PromptFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type PromptFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromptFlowNodeConfiguration.Builder>PromptFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type PromptFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic 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.