Class CfnBot.InputContextProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lex.CfnBot.InputContextProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBot.InputContextProperty>
- Enclosing interface:
- CfnBot.InputContextProperty
@Stability(Stable)
public static final class CfnBot.InputContextProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBot.InputContextProperty>
A builder for
CfnBot.InputContextProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBot.InputContextProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnBot.InputContextProperty.getName()- Parameters:
name- The name of the context. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBot.InputContextProperty>- Returns:
- a new instance of
CfnBot.InputContextProperty - Throws:
NullPointerException- if any required attribute was not provided
-