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