Interface AIGuardrailSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AIGuardrailSummary.Builder,
,AIGuardrailSummary> SdkBuilder<AIGuardrailSummary.Builder,
,AIGuardrailSummary> SdkPojo
- Enclosing class:
AIGuardrailSummary
@Mutable
@NotThreadSafe
public static interface AIGuardrailSummary.Builder
extends SdkPojo, CopyableBuilder<AIGuardrailSummary.Builder,AIGuardrailSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaiGuardrailArn
(String aiGuardrailArn) The Amazon Resource Name (ARN) of the AI Guardrail.aiGuardrailId
(String aiGuardrailId) The identifier of the Amazon Q in Connect AI Guardrail.assistantArn
(String assistantArn) The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.assistantId
(String assistantId) The identifier of the Amazon Q in Connect assistant.description
(String description) A description of the AI Guardrail.modifiedTime
(Instant modifiedTime) The time the AI Guardrail was last modified.The name of the AI Guardrail.The status of the AI Guardrail.The status of the AI Guardrail.The tags used to organize, track, or control access for this resource.visibilityStatus
(String visibilityStatus) The visibility status of the AI Guardrail.visibilityStatus
(VisibilityStatus visibilityStatus) The visibility status of the AI Guardrail.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 Details
-
name
The name of the AI Guardrail.
- Parameters:
name
- The name of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
aiGuardrailId
The identifier of the Amazon Q in Connect AI Guardrail.
- Parameters:
aiGuardrailId
- The identifier of the Amazon Q in Connect AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aiGuardrailArn
The Amazon Resource Name (ARN) of the AI Guardrail.
- Parameters:
aiGuardrailArn
- The Amazon Resource Name (ARN) of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTime
The time the AI Guardrail was last modified.
- Parameters:
modifiedTime
- The time the AI Guardrail was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibilityStatus
The visibility status of the AI Guardrail.
- Parameters:
visibilityStatus
- The visibility status of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibilityStatus
The visibility status of the AI Guardrail.
- Parameters:
visibilityStatus
- The visibility status of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the AI Guardrail.
- Parameters:
description
- A description of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the AI Guardrail.
- Parameters:
status
- The status of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the AI Guardrail.
- Parameters:
status
- The status of the AI Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-