public static interface CustomEntityType.Builder extends SdkPojo, CopyableBuilder<CustomEntityType.Builder,CustomEntityType>
| Modifier and Type | Method and Description |
|---|---|
CustomEntityType.Builder |
contextWords(Collection<String> contextWords)
A list of context words.
|
CustomEntityType.Builder |
contextWords(String... contextWords)
A list of context words.
|
CustomEntityType.Builder |
name(String name)
A name for the custom pattern that allows it to be retrieved or deleted later.
|
CustomEntityType.Builder |
regexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomEntityType.Builder name(String name)
A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.
name - A name for the custom pattern that allows it to be retrieved or deleted later. This name must be
unique per Amazon Web Services account.CustomEntityType.Builder regexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
regexString - A regular expression string that is used for detecting sensitive data in a custom pattern.CustomEntityType.Builder contextWords(Collection<String> contextWords)
A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
If no context words are passed only a regular expression is checked.
contextWords - A list of context words. If none of these context words are found within the vicinity of the regular
expression the data will not be detected as sensitive data.
If no context words are passed only a regular expression is checked.
CustomEntityType.Builder contextWords(String... contextWords)
A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
If no context words are passed only a regular expression is checked.
contextWords - A list of context words. If none of these context words are found within the vicinity of the regular
expression the data will not be detected as sensitive data.
If no context words are passed only a regular expression is checked.
Copyright © 2023. All rights reserved.