Class CfnBot.RuntimeSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lex.CfnBot.RuntimeSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBot.RuntimeSettingsProperty>
- Enclosing interface:
CfnBot.RuntimeSettingsProperty
@Stability(Stable)
public static final class CfnBot.RuntimeSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBot.RuntimeSettingsProperty>
A builder for
CfnBot.RuntimeSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.nluImprovementSpecification(IResolvable nluImprovementSpecification) Sets the value ofCfnBot.RuntimeSettingsProperty.getNluImprovementSpecification()nluImprovementSpecification(CfnBot.NluImprovementSpecificationProperty nluImprovementSpecification) Sets the value ofCfnBot.RuntimeSettingsProperty.getNluImprovementSpecification()slotResolutionImprovementSpecification(IResolvable slotResolutionImprovementSpecification) slotResolutionImprovementSpecification(CfnBot.SlotResolutionImprovementSpecificationProperty slotResolutionImprovementSpecification)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nluImprovementSpecification
@Stability(Stable) public CfnBot.RuntimeSettingsProperty.Builder nluImprovementSpecification(IResolvable nluImprovementSpecification) Sets the value ofCfnBot.RuntimeSettingsProperty.getNluImprovementSpecification()- Parameters:
nluImprovementSpecification- the value to be set.- Returns:
this
-
nluImprovementSpecification
@Stability(Stable) public CfnBot.RuntimeSettingsProperty.Builder nluImprovementSpecification(CfnBot.NluImprovementSpecificationProperty nluImprovementSpecification) Sets the value ofCfnBot.RuntimeSettingsProperty.getNluImprovementSpecification()- Parameters:
nluImprovementSpecification- the value to be set.- Returns:
this
-
slotResolutionImprovementSpecification
@Stability(Stable) public CfnBot.RuntimeSettingsProperty.Builder slotResolutionImprovementSpecification(IResolvable slotResolutionImprovementSpecification) - Parameters:
slotResolutionImprovementSpecification- the value to be set.- Returns:
this
-
slotResolutionImprovementSpecification
@Stability(Stable) public CfnBot.RuntimeSettingsProperty.Builder slotResolutionImprovementSpecification(CfnBot.SlotResolutionImprovementSpecificationProperty slotResolutionImprovementSpecification) - Parameters:
slotResolutionImprovementSpecification- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBot.RuntimeSettingsProperty>- Returns:
- a new instance of
CfnBot.RuntimeSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-