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