| Modifier and Type | Method and Description |
|---|---|
StringConditions.Builder |
StringConditions.Builder.allowlist(List<String> allowlist)
Sets the value of
StringConditions.getAllowlist() |
StringConditions.Builder |
StringConditions.Builder.blacklist(List<String> blacklist)
Deprecated.
use `denylist`
|
static StringConditions.Builder |
StringConditions.builder() |
StringConditions.Builder |
StringConditions.Builder.denylist(List<String> denylist)
Sets the value of
StringConditions.getDenylist() |
StringConditions.Builder |
StringConditions.Builder.matchPrefixes(List<String> matchPrefixes)
Sets the value of
StringConditions.getMatchPrefixes() |
StringConditions.Builder |
StringConditions.Builder.whitelist(List<String> whitelist)
Deprecated.
use `allowlist`
|
| Constructor and Description |
|---|
Jsii$Proxy(StringConditions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StringConditions.Builder. |
Copyright © 2023. All rights reserved.