Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.InlineCodeFlowNodeConfiguration.Builder
Packages that use InlineCodeFlowNodeConfiguration.Builder
-
Uses of InlineCodeFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InlineCodeFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionInlineCodeFlowNodeConfiguration.builder()The code that's executed in your inline code node.The programming language used by your inline code node.InlineCodeFlowNodeConfiguration.Builder.language(SupportedLanguages language) The programming language used by your inline code node.InlineCodeFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type InlineCodeFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InlineCodeFlowNodeConfiguration.Builder>InlineCodeFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type InlineCodeFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic 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.