static GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.builder() |
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.contextWords(String... contextWords) |
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.contextWords(Collection<String> contextWords) |
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.name(String name) |
The name of the custom pattern that you retrieved.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.Builder.regexString(String regexString) |
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
GetCustomEntityTypeResponse.Builder |
GetCustomEntityTypeResponse.toBuilder() |
|