Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestration.Builder
Packages that use CustomOrchestration.Builder
-
Uses of CustomOrchestration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestration.BuilderModifier and TypeMethodDescriptionstatic CustomOrchestration.BuilderCustomOrchestration.builder()default CustomOrchestration.BuilderCustomOrchestration.Builder.executor(Consumer<OrchestrationExecutor.Builder> executor) The structure of the executor invoking the actions in custom orchestration.CustomOrchestration.Builder.executor(OrchestrationExecutor executor) The structure of the executor invoking the actions in custom orchestration.CustomOrchestration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CustomOrchestration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomOrchestration.Builder>CustomOrchestration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CustomOrchestration.BuilderModifier and TypeMethodDescriptiondefault InvokeInlineAgentRequest.BuilderInvokeInlineAgentRequest.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) Contains details of the custom orchestration configured for the agent.