Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ActionGroupExecutor.Builder
-
Packages that use ActionGroupExecutor.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ActionGroupExecutor.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ActionGroupExecutor.Builder Modifier and Type Method Description static ActionGroupExecutor.BuilderActionGroupExecutor. builder()ActionGroupExecutor.BuilderActionGroupExecutor.Builder. lambda(String lambda)Sets the value of the Lambda property for this object.ActionGroupExecutor.BuilderActionGroupExecutor. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ActionGroupExecutor.Builder Modifier and Type Method Description static Class<? extends ActionGroupExecutor.Builder>ActionGroupExecutor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type ActionGroupExecutor.Builder Modifier and Type Method Description default AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.default CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.Builder. actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.default UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.Builder. actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.
-