Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentCollaborator.Builder
Packages that use AgentCollaborator.Builder
-
Uses of AgentCollaborator.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentCollaborator.BuilderModifier and TypeMethodDescriptiondefault AgentCollaborator.BuilderAgentCollaborator.Builder.agentDescriptor(Consumer<AgentDescriptor.Builder> agentDescriptor) The collaborator's agent descriptor.AgentCollaborator.Builder.agentDescriptor(AgentDescriptor agentDescriptor) The collaborator's agent descriptor.The collaborator's agent ID.AgentCollaborator.Builder.agentVersion(String agentVersion) The collaborator's agent version.static AgentCollaborator.BuilderAgentCollaborator.builder()AgentCollaborator.Builder.clientToken(String clientToken) The collaborator's client token.AgentCollaborator.Builder.collaborationInstruction(String collaborationInstruction) The collaborator's instructions.AgentCollaborator.Builder.collaboratorId(String collaboratorId) The collaborator's collaborator ID.AgentCollaborator.Builder.collaboratorName(String collaboratorName) The collaborator's collaborator name.When the collaborator was created.AgentCollaborator.Builder.lastUpdatedAt(Instant lastUpdatedAt) When the collaborator was updated.AgentCollaborator.Builder.relayConversationHistory(String relayConversationHistory) The collaborator's relay conversation history.AgentCollaborator.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) The collaborator's relay conversation history.AgentCollaborator.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentCollaborator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentCollaborator.Builder>AgentCollaborator.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentCollaborator.BuilderModifier and TypeMethodDescriptionAssociateAgentCollaboratorResponse.Builder.agentCollaborator(Consumer<AgentCollaborator.Builder> agentCollaborator) Details about the collaborator.GetAgentCollaboratorResponse.Builder.agentCollaborator(Consumer<AgentCollaborator.Builder> agentCollaborator) Details about the collaborator.UpdateAgentCollaboratorResponse.Builder.agentCollaborator(Consumer<AgentCollaborator.Builder> agentCollaborator) Details about the collaborator.