Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.AgentCollaboratorInvocationInput.Builder
-
Packages that use AgentCollaboratorInvocationInput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of AgentCollaboratorInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return AgentCollaboratorInvocationInput.Builder Modifier and Type Method Description AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput.Builder. agentCollaboratorAliasArn(String agentCollaboratorAliasArn)The collaborator's alias ARN.AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput.Builder. agentCollaboratorName(String agentCollaboratorName)The collaborator's name.static AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput. builder()default AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput.Builder. input(Consumer<AgentCollaboratorInputPayload.Builder> input)Text or action invocation result input for the collaborator.AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput.Builder. input(AgentCollaboratorInputPayload input)Text or action invocation result input for the collaborator.AgentCollaboratorInvocationInput.BuilderAgentCollaboratorInvocationInput. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type AgentCollaboratorInvocationInput.Builder Modifier and Type Method Description static Class<? extends AgentCollaboratorInvocationInput.Builder>AgentCollaboratorInvocationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type AgentCollaboratorInvocationInput.Builder Modifier and Type Method Description default InvocationInput.BuilderInvocationInput.Builder. agentCollaboratorInvocationInput(Consumer<AgentCollaboratorInvocationInput.Builder> agentCollaboratorInvocationInput)The collaborator's invocation input.
-