Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.InlineCodeFlowNodeConfiguration.Builder
-
Packages that use InlineCodeFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of InlineCodeFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InlineCodeFlowNodeConfiguration.Builder Modifier and Type Method Description static InlineCodeFlowNodeConfiguration.BuilderInlineCodeFlowNodeConfiguration. builder()InlineCodeFlowNodeConfiguration.BuilderInlineCodeFlowNodeConfiguration.Builder. code(String code)The code that's executed in your inline code node.InlineCodeFlowNodeConfiguration.BuilderInlineCodeFlowNodeConfiguration.Builder. language(String language)The programming language used by your inline code node.InlineCodeFlowNodeConfiguration.BuilderInlineCodeFlowNodeConfiguration.Builder. language(SupportedLanguages language)The programming language used by your inline code node.InlineCodeFlowNodeConfiguration.BuilderInlineCodeFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type InlineCodeFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends InlineCodeFlowNodeConfiguration.Builder>InlineCodeFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type InlineCodeFlowNodeConfiguration.Builder Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromInlineCode(Consumer<InlineCodeFlowNodeConfiguration.Builder> inlineCode)Create an instance of this class withFlowNodeConfiguration.inlineCode()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. inlineCode(Consumer<InlineCodeFlowNodeConfiguration.Builder> inlineCode)Contains configurations for an inline code node in your flow.
-