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