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