public static interface CreateCustomEntityTypeRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomEntityTypeRequest.Builder,CreateCustomEntityTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomEntityTypeRequest.Builder |
contextWords(Collection<String> contextWords)
A list of context words.
|
CreateCustomEntityTypeRequest.Builder |
contextWords(String... contextWords)
A list of context words.
|
CreateCustomEntityTypeRequest.Builder |
name(String name)
A name for the custom pattern that allows it to be retrieved or deleted later.
|
CreateCustomEntityTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomEntityTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomEntityTypeRequest.Builder |
regexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
CreateCustomEntityTypeRequest.Builder |
tags(Map<String,String> tags)
A list of tags applied to the custom entity type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomEntityTypeRequest.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.CreateCustomEntityTypeRequest.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.CreateCustomEntityTypeRequest.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.
CreateCustomEntityTypeRequest.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.
CreateCustomEntityTypeRequest.Builder tags(Map<String,String> tags)
A list of tags applied to the custom entity type.
tags - A list of tags applied to the custom entity type.CreateCustomEntityTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomEntityTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.