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