@Stability(value=Stable) public static final class StringConditions.Builder extends Object implements software.amazon.jsii.Builder<StringConditions>
StringConditions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StringConditions.Builder |
blacklist(List<String> blacklist)
Sets the value of
StringConditions.getBlacklist() |
StringConditions |
build()
Builds the configured instance.
|
StringConditions.Builder |
matchPrefixes(List<String> matchPrefixes)
Sets the value of
StringConditions.getMatchPrefixes() |
StringConditions.Builder |
whitelist(List<String> whitelist)
Sets the value of
StringConditions.getWhitelist() |
@Stability(value=Stable) public StringConditions.Builder blacklist(List<String> blacklist)
StringConditions.getBlacklist()blacklist - Match any value that doesn't include any of the specified values.this@Stability(value=Stable) public StringConditions.Builder matchPrefixes(List<String> matchPrefixes)
StringConditions.getMatchPrefixes()matchPrefixes - Matches values that begins with the specified prefixes.this@Stability(value=Stable) public StringConditions.Builder whitelist(List<String> whitelist)
StringConditions.getWhitelist()whitelist - Match one or more values.this@Stability(value=Stable) public StringConditions build()
build in interface software.amazon.jsii.Builder<StringConditions>StringConditionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.