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