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