Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.OrchestrationExecutor.Builder
Packages that use OrchestrationExecutor.Builder
-
Uses of OrchestrationExecutor.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return OrchestrationExecutor.BuilderModifier and TypeMethodDescriptionOrchestrationExecutor.builder()The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.OrchestrationExecutor.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type OrchestrationExecutor.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OrchestrationExecutor.Builder>OrchestrationExecutor.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type OrchestrationExecutor.BuilderModifier and TypeMethodDescriptiondefault CustomOrchestration.BuilderCustomOrchestration.Builder.executor(Consumer<OrchestrationExecutor.Builder> executor) The structure of the executor invoking the actions in custom orchestration.