public static interface CreateCustomDataIdentifierRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateCustomDataIdentifierRequest.Builder,CreateCustomDataIdentifierRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomDataIdentifierRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateCustomDataIdentifierRequest.Builder |
description(String description)
A custom description of the custom data identifier.
|
CreateCustomDataIdentifierRequest.Builder |
ignoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
CreateCustomDataIdentifierRequest.Builder |
ignoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
CreateCustomDataIdentifierRequest.Builder |
keywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
CreateCustomDataIdentifierRequest.Builder |
keywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
CreateCustomDataIdentifierRequest.Builder |
maximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character
sequences specified by the keywords array.
|
CreateCustomDataIdentifierRequest.Builder |
name(String name)
A custom name for the custom data identifier.
|
CreateCustomDataIdentifierRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomDataIdentifierRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomDataIdentifierRequest.Builder |
regex(String regex)
The regular expression (regex) that defines the pattern to match.
|
CreateCustomDataIdentifierRequest.Builder |
tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomDataIdentifierRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.CreateCustomDataIdentifierRequest.Builder description(String description)
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
description - A custom description of the custom data identifier. The description can contain as many as 512
characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
CreateCustomDataIdentifierRequest.Builder ignoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
ignoreWords - An array that lists specific character sequences (ignore words) to exclude from the results. If the
text matched by the regular expression is the same as any string in this array, Amazon Macie ignores
it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters.
Ignore words are case sensitive.CreateCustomDataIdentifierRequest.Builder ignoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
ignoreWords - An array that lists specific character sequences (ignore words) to exclude from the results. If the
text matched by the regular expression is the same as any string in this array, Amazon Macie ignores
it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters.
Ignore words are case sensitive.CreateCustomDataIdentifierRequest.Builder keywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4 - 90 characters. Keywords aren't case sensitive.
keywords - An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match. The array can contain as many as 50
keywords. Each keyword can contain 4 - 90 characters. Keywords aren't case sensitive.CreateCustomDataIdentifierRequest.Builder keywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4 - 90 characters. Keywords aren't case sensitive.
keywords - An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match. The array can contain as many as 50
keywords. Each keyword can contain 4 - 90 characters. Keywords aren't case sensitive.CreateCustomDataIdentifierRequest.Builder maximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
maximumMatchDistance - The maximum number of characters that can exist between text that matches the regex pattern and the
character sequences specified by the keywords array. Macie includes or excludes a result based on the
proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters.
The default value is 50.CreateCustomDataIdentifierRequest.Builder name(String name)
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
name - A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
CreateCustomDataIdentifierRequest.Builder regex(String regex)
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
regex - The regular expression (regex) that defines the pattern to match. The expression can contain as
many as 512 characters.CreateCustomDataIdentifierRequest.Builder tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
tags - A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
CreateCustomDataIdentifierRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomDataIdentifierRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.