Interface AIPromptSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AIPromptSummary.Builder,AIPromptSummary>,SdkBuilder<AIPromptSummary.Builder,AIPromptSummary>,SdkPojo
- Enclosing class:
- AIPromptSummary
public static interface AIPromptSummary.Builder extends SdkPojo, CopyableBuilder<AIPromptSummary.Builder,AIPromptSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AIPromptSummary.BuilderaiPromptArn(String aiPromptArn)The Amazon Resource Name (ARN) of the AI Prompt.AIPromptSummary.BuilderaiPromptId(String aiPromptId)The identifier of the Amazon Q in Connect AI prompt.AIPromptSummary.BuilderapiFormat(String apiFormat)The API format used for this AI Prompt.AIPromptSummary.BuilderapiFormat(AIPromptAPIFormat apiFormat)The API format used for this AI Prompt.AIPromptSummary.BuilderassistantArn(String assistantArn)The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.AIPromptSummary.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.AIPromptSummary.Builderdescription(String description)The description of the AI Prompt.AIPromptSummary.BuildermodelId(String modelId)The identifier of the model used for this AI Prompt.AIPromptSummary.BuildermodifiedTime(Instant modifiedTime)The time the AI Prompt was last modified.AIPromptSummary.Buildername(String name)The name of the AI Prompt.AIPromptSummary.Builderorigin(String origin)The origin of the AI Prompt.AIPromptSummary.Builderorigin(Origin origin)The origin of the AI Prompt.AIPromptSummary.Builderstatus(String status)The status of the AI Prompt.AIPromptSummary.Builderstatus(Status status)The status of the AI Prompt.AIPromptSummary.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.AIPromptSummary.BuildertemplateType(String templateType)The type of the prompt template for this AI Prompt.AIPromptSummary.BuildertemplateType(AIPromptTemplateType templateType)The type of the prompt template for this AI Prompt.AIPromptSummary.Buildertype(String type)The type of this AI Prompt.AIPromptSummary.Buildertype(AIPromptType type)The type of this AI Prompt.AIPromptSummary.BuildervisibilityStatus(String visibilityStatus)The visibility status of the AI Prompt.AIPromptSummary.BuildervisibilityStatus(VisibilityStatus visibilityStatus)The visibility status of the AI Prompt.-
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
-
aiPromptArn
AIPromptSummary.Builder aiPromptArn(String aiPromptArn)
The Amazon Resource Name (ARN) of the AI Prompt.
- Parameters:
aiPromptArn- The Amazon Resource Name (ARN) of the AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiPromptId
AIPromptSummary.Builder aiPromptId(String aiPromptId)
The identifier of the Amazon Q in Connect AI prompt.
- Parameters:
aiPromptId- The identifier of the Amazon Q in Connect AI prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiFormat
AIPromptSummary.Builder apiFormat(String apiFormat)
The API format used for this AI Prompt.
- Parameters:
apiFormat- The API format used for this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptAPIFormat,AIPromptAPIFormat
-
apiFormat
AIPromptSummary.Builder apiFormat(AIPromptAPIFormat apiFormat)
The API format used for this AI Prompt.
- Parameters:
apiFormat- The API format used for this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptAPIFormat,AIPromptAPIFormat
-
assistantArn
AIPromptSummary.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
AIPromptSummary.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.
-
description
AIPromptSummary.Builder description(String description)
The description of the AI Prompt.
- Parameters:
description- The description of the AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
AIPromptSummary.Builder modelId(String modelId)
The identifier of the model used for this AI Prompt. Model Ids supported are:
CLAUDE_3_HAIKU_20240307_V1.- Parameters:
modelId- The identifier of the model used for this AI Prompt. Model Ids supported are:CLAUDE_3_HAIKU_20240307_V1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTime
AIPromptSummary.Builder modifiedTime(Instant modifiedTime)
The time the AI Prompt was last modified.
- Parameters:
modifiedTime- The time the AI Prompt was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AIPromptSummary.Builder name(String name)
The name of the AI Prompt.
- Parameters:
name- The name of the AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
origin
AIPromptSummary.Builder origin(String origin)
The origin of the AI Prompt.
SYSTEMfor a default AI Prompt created by Q in Connect orCUSTOMERfor an AI Prompt created by calling AI Prompt creation APIs.
-
origin
AIPromptSummary.Builder origin(Origin origin)
The origin of the AI Prompt.
SYSTEMfor a default AI Prompt created by Q in Connect orCUSTOMERfor an AI Prompt created by calling AI Prompt creation APIs.
-
status
AIPromptSummary.Builder status(String status)
The status of the AI Prompt.
-
status
AIPromptSummary.Builder status(Status status)
The status of the AI Prompt.
-
tags
AIPromptSummary.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.
-
templateType
AIPromptSummary.Builder templateType(String templateType)
The type of the prompt template for this AI Prompt.
- Parameters:
templateType- The type of the prompt template for this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptTemplateType,AIPromptTemplateType
-
templateType
AIPromptSummary.Builder templateType(AIPromptTemplateType templateType)
The type of the prompt template for this AI Prompt.
- Parameters:
templateType- The type of the prompt template for this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptTemplateType,AIPromptTemplateType
-
type
AIPromptSummary.Builder type(String type)
The type of this AI Prompt.
- Parameters:
type- The type of this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptType,AIPromptType
-
type
AIPromptSummary.Builder type(AIPromptType type)
The type of this AI Prompt.
- Parameters:
type- The type of this AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AIPromptType,AIPromptType
-
visibilityStatus
AIPromptSummary.Builder visibilityStatus(String visibilityStatus)
The visibility status of the AI Prompt.
- Parameters:
visibilityStatus- The visibility status of the AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
visibilityStatus
AIPromptSummary.Builder visibilityStatus(VisibilityStatus visibilityStatus)
The visibility status of the AI Prompt.
- Parameters:
visibilityStatus- The visibility status of the AI Prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityStatus,VisibilityStatus
-
-