Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentCollaboratorSummary.Builder
Packages that use AgentCollaboratorSummary.Builder
-
Uses of AgentCollaboratorSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return AgentCollaboratorSummary.BuilderModifier and TypeMethodDescriptiondefault AgentCollaboratorSummary.BuilderAgentCollaboratorSummary.Builder.agentDescriptor(Consumer<AgentDescriptor.Builder> agentDescriptor) The collaborator's agent descriptor.AgentCollaboratorSummary.Builder.agentDescriptor(AgentDescriptor agentDescriptor) The collaborator's agent descriptor.The collaborator's agent ID.AgentCollaboratorSummary.Builder.agentVersion(String agentVersion) The collaborator's agent version.AgentCollaboratorSummary.builder()AgentCollaboratorSummary.Builder.collaborationInstruction(String collaborationInstruction) The collaborator's collaboration instruction.AgentCollaboratorSummary.Builder.collaboratorId(String collaboratorId) The collaborator's ID.AgentCollaboratorSummary.Builder.collaboratorName(String collaboratorName) The collaborator's name.When the collaborator was created.AgentCollaboratorSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt) When the collaborator was last updated.AgentCollaboratorSummary.Builder.relayConversationHistory(String relayConversationHistory) The collaborator's relay conversation history.AgentCollaboratorSummary.Builder.relayConversationHistory(RelayConversationHistory relayConversationHistory) The collaborator's relay conversation history.AgentCollaboratorSummary.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentCollaboratorSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentCollaboratorSummary.Builder>AgentCollaboratorSummary.serializableBuilderClass()