Interface AIAgentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AIAgentSummary.Builder,AIAgentSummary>,SdkBuilder<AIAgentSummary.Builder,AIAgentSummary>,SdkPojo
- Enclosing class:
- AIAgentSummary
public static interface AIAgentSummary.Builder extends SdkPojo, CopyableBuilder<AIAgentSummary.Builder,AIAgentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AIAgentSummary.BuilderaiAgentArn(String aiAgentArn)The Amazon Resource Name (ARN) of the AI agent.AIAgentSummary.BuilderaiAgentId(String aiAgentId)The identifier of the AI Agent.AIAgentSummary.BuilderassistantArn(String assistantArn)The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.AIAgentSummary.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.default AIAgentSummary.Builderconfiguration(Consumer<AIAgentConfiguration.Builder> configuration)The configuration for the AI Agent.AIAgentSummary.Builderconfiguration(AIAgentConfiguration configuration)The configuration for the AI Agent.AIAgentSummary.Builderdescription(String description)The description of the AI Agent.AIAgentSummary.BuildermodifiedTime(Instant modifiedTime)The time the AI Agent was last modified.AIAgentSummary.Buildername(String name)The name of the AI Agent.AIAgentSummary.Builderorigin(String origin)The origin of the AI Agent.AIAgentSummary.Builderorigin(Origin origin)The origin of the AI Agent.AIAgentSummary.Builderstatus(String status)The status of the AI Agent.AIAgentSummary.Builderstatus(Status status)The status of the AI Agent.AIAgentSummary.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.AIAgentSummary.Buildertype(String type)The type of the AI Agent.AIAgentSummary.Buildertype(AIAgentType type)The type of the AI Agent.AIAgentSummary.BuildervisibilityStatus(String visibilityStatus)The visibility status of the AI Agent.AIAgentSummary.BuildervisibilityStatus(VisibilityStatus visibilityStatus)The visibility status of the AI Agent.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
aiAgentArn
AIAgentSummary.Builder aiAgentArn(String aiAgentArn)
The Amazon Resource Name (ARN) of the AI agent.
- Parameters:
aiAgentArn- The Amazon Resource Name (ARN) of the AI agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiAgentId
AIAgentSummary.Builder aiAgentId(String aiAgentId)
The identifier of the AI Agent.
- Parameters:
aiAgentId- The identifier of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantArn
AIAgentSummary.Builder assistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
- Parameters:
assistantArn- The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
AIAgentSummary.Builder assistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
AIAgentSummary.Builder configuration(AIAgentConfiguration configuration)
The configuration for the AI Agent.
- Parameters:
configuration- The configuration for the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default AIAgentSummary.Builder configuration(Consumer<AIAgentConfiguration.Builder> configuration)
The configuration for the AI Agent.
This is a convenience method that creates an instance of theAIAgentConfiguration.Builderavoiding the need to create one manually viaAIAgentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(AIAgentConfiguration).- Parameters:
configuration- a consumer that will call methods onAIAgentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(AIAgentConfiguration)
-
description
AIAgentSummary.Builder description(String description)
The description of the AI Agent.
- Parameters:
description- The description of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTime
AIAgentSummary.Builder modifiedTime(Instant modifiedTime)
The time the AI Agent was last modified.
- Parameters:
modifiedTime- The time the AI Agent was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AIAgentSummary.Builder name(String name)
The name of the AI Agent.
- Parameters:
name- The name of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
origin
AIAgentSummary.Builder origin(String origin)
The origin of the AI Agent.
SYSTEMfor a default AI Agent created by Q in Connect orCUSTOMERfor an AI Agent created by calling AI Agent creation APIs.
-
origin
AIAgentSummary.Builder origin(Origin origin)
The origin of the AI Agent.
SYSTEMfor a default AI Agent created by Q in Connect orCUSTOMERfor an AI Agent created by calling AI Agent creation APIs.
-
status
AIAgentSummary.Builder status(String status)
The status of the AI Agent.
-
status
AIAgentSummary.Builder status(Status status)
The status of the AI Agent.
-
tags
AIAgentSummary.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AIAgentSummary.Builder type(String type)
The type of the AI Agent.
- Parameters:
type- The type of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIAgentType,AIAgentType
-
type
AIAgentSummary.Builder type(AIAgentType type)
The type of the AI Agent.
- Parameters:
type- The type of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIAgentType,AIAgentType
-
visibilityStatus
AIAgentSummary.Builder visibilityStatus(String visibilityStatus)
The visibility status of the AI Agent.
- Parameters:
visibilityStatus- The visibility status of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
visibilityStatus
AIAgentSummary.Builder visibilityStatus(VisibilityStatus visibilityStatus)
The visibility status of the AI Agent.
- Parameters:
visibilityStatus- The visibility status of the AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
-