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