| Modifier and Type | Method and Description |
|---|---|
static CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.create(Construct scope,
String id) |
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.description(String description)
A custom description of the custom data identifier.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.ignoreWords(List<String> ignoreWords)
An array of character sequences ( *ignore words* ) to exclude from the results.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.keywords(List<String> keywords)
An array of character sequences ( *keywords* ), one of which must precede and be in proximity ( `MaximumMatchDistance` ) of the regular expression ( `Regex` ) to match.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.maximumMatchDistance(Number maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the `Keywords` array and the end of text that matches the regular expression ( `Regex` ).
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.name(String name)
A custom name for the custom data identifier.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.regex(String regex)
The regular expression ( *regex* ) that defines the text pattern to match.
|
Copyright © 2022. All rights reserved.