public static interface GetCustomEntityTypeResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetCustomEntityTypeResponse.Builder,GetCustomEntityTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCustomEntityTypeResponse.Builder |
contextWords(Collection<String> contextWords)
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
contextWords(String... contextWords)
A list of context words if specified when you created the custom pattern.
|
GetCustomEntityTypeResponse.Builder |
name(String name)
The name of the custom pattern that you retrieved.
|
GetCustomEntityTypeResponse.Builder |
regexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCustomEntityTypeResponse.Builder name(String name)
The name of the custom pattern that you retrieved.
name - The name of the custom pattern that you retrieved.GetCustomEntityTypeResponse.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.GetCustomEntityTypeResponse.Builder contextWords(Collection<String> contextWords)
A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
contextWords - A list of context words if specified when you created the custom pattern. If none of these context
words are found within the vicinity of the regular expression the data will not be detected as
sensitive data.GetCustomEntityTypeResponse.Builder contextWords(String... contextWords)
A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
contextWords - A list of context words if specified when you created the custom pattern. If none of these context
words are found within the vicinity of the regular expression the data will not be detected as
sensitive data.Copyright © 2023. All rights reserved.