Interface NoteTakingAIAgentConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NoteTakingAIAgentConfiguration.Builder,,NoteTakingAIAgentConfiguration> SdkBuilder<NoteTakingAIAgentConfiguration.Builder,,NoteTakingAIAgentConfiguration> SdkPojo
- Enclosing class:
NoteTakingAIAgentConfiguration
@Mutable
@NotThreadSafe
public static interface NoteTakingAIAgentConfiguration.Builder
extends SdkPojo, CopyableBuilder<NoteTakingAIAgentConfiguration.Builder,NoteTakingAIAgentConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe locale setting for language-specific case summarization generation (for example, en_US, es_ES).noteTakingAIGuardrailId(String noteTakingAIGuardrailId) The AI Guardrail identifier used by the Note Taking AI Agent.noteTakingAIPromptId(String noteTakingAIPromptId) The AI Prompt identifier used by the Note Taking AI Agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
noteTakingAIPromptId
The AI Prompt identifier used by the Note Taking AI Agent.
- Parameters:
noteTakingAIPromptId- The AI Prompt identifier used by the Note Taking AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
noteTakingAIGuardrailId
The AI Guardrail identifier used by the Note Taking AI Agent.
- Parameters:
noteTakingAIGuardrailId- The AI Guardrail identifier used by the Note Taking AI Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
The locale setting for language-specific case summarization generation (for example, en_US, es_ES).
- Parameters:
locale- The locale setting for language-specific case summarization generation (for example, en_US, es_ES).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-