Class CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgent.NoteTakingAIAgentConfigurationProperty>
- Enclosing interface:
CfnAIAgent.NoteTakingAIAgentConfigurationProperty
@Stability(Stable)
public static final class CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgent.NoteTakingAIAgentConfigurationProperty>
A builder for
CfnAIAgent.NoteTakingAIAgentConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAIAgent.NoteTakingAIAgentConfigurationProperty.getLocale()noteTakingAiGuardrailId(String noteTakingAiGuardrailId) noteTakingAiPromptId(String noteTakingAiPromptId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
locale
@Stability(Stable) public CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder locale(String locale) Sets the value ofCfnAIAgent.NoteTakingAIAgentConfigurationProperty.getLocale()- Parameters:
locale- the value to be set.- Returns:
this
-
noteTakingAiGuardrailId
@Stability(Stable) public CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder noteTakingAiGuardrailId(String noteTakingAiGuardrailId) - Parameters:
noteTakingAiGuardrailId- the value to be set.- Returns:
this
-
noteTakingAiPromptId
@Stability(Stable) public CfnAIAgent.NoteTakingAIAgentConfigurationProperty.Builder noteTakingAiPromptId(String noteTakingAiPromptId) - Parameters:
noteTakingAiPromptId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgent.NoteTakingAIAgentConfigurationProperty>- Returns:
- a new instance of
CfnAIAgent.NoteTakingAIAgentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-