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