@Stability(value=Stable) public static final class CfnBot.SlotValueRegexFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.SlotValueRegexFilterProperty>
CfnBot.SlotValueRegexFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.SlotValueRegexFilterProperty |
build()
Builds the configured instance.
|
CfnBot.SlotValueRegexFilterProperty.Builder |
pattern(String pattern)
Sets the value of
CfnBot.SlotValueRegexFilterProperty.getPattern() |
@Stability(value=Stable) public CfnBot.SlotValueRegexFilterProperty.Builder pattern(String pattern)
CfnBot.SlotValueRegexFilterProperty.getPattern()pattern - A regular expression used to validate the value of a slot. This parameter is required.
Use a standard regular expression. Amazon Lex supports the following characters in the regular expression:
Represent Unicode characters with four digits, for example "]u0041" or "\ u005A".
The following regular expression operators are not supported:
this@Stability(value=Stable) public CfnBot.SlotValueRegexFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.SlotValueRegexFilterProperty>CfnBot.SlotValueRegexFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.