AIAgentData.Builder |
AIAgentData.Builder.aiAgentArn(String aiAgentArn) |
The Amazon Resource Name (ARN) of the AI agent.
|
AIAgentData.Builder |
AIAgentData.Builder.aiAgentId(String aiAgentId) |
The identifier of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.assistantArn(String assistantArn) |
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
|
AIAgentData.Builder |
AIAgentData.Builder.assistantId(String assistantId) |
The identifier of the Amazon Q in Connect assistant.
|
static AIAgentData.Builder |
AIAgentData.builder() |
|
default AIAgentData.Builder |
AIAgentData.Builder.configuration(Consumer<AIAgentConfiguration.Builder> configuration) |
Configuration for the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.configuration(AIAgentConfiguration configuration) |
Configuration for the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.description(String description) |
The description of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.modifiedTime(Instant modifiedTime) |
The time the AI Agent was last modified.
|
AIAgentData.Builder |
AIAgentData.Builder.name(String name) |
The name of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.origin(String origin) |
Specifies the origin of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.origin(Origin origin) |
Specifies the origin of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.status(String status) |
The status of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.status(Status status) |
The status of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
AIAgentData.Builder |
AIAgentData.toBuilder() |
|
AIAgentData.Builder |
AIAgentData.Builder.type(String type) |
The type of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.type(AIAgentType type) |
The type of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.visibilityStatus(String visibilityStatus) |
The visibility status of the AI Agent.
|
AIAgentData.Builder |
AIAgentData.Builder.visibilityStatus(VisibilityStatus visibilityStatus) |
The visibility status of the AI Agent.
|