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