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