public static interface TestCustomDataIdentifierRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<TestCustomDataIdentifierRequest.Builder,TestCustomDataIdentifierRequest>
| Modifier and Type | Method and Description |
|---|---|
TestCustomDataIdentifierRequest.Builder |
ignoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
TestCustomDataIdentifierRequest.Builder |
ignoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
TestCustomDataIdentifierRequest.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.
|
TestCustomDataIdentifierRequest.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.
|
TestCustomDataIdentifierRequest.Builder |
maximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regular expression and the
character sequences specified by the keywords array.
|
TestCustomDataIdentifierRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestCustomDataIdentifierRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestCustomDataIdentifierRequest.Builder |
regex(String regex)
The regular expression (regex) that defines the pattern to match.
|
TestCustomDataIdentifierRequest.Builder |
sampleText(String sampleText)
The sample text to inspect by using the custom data identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestCustomDataIdentifierRequest.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 contains 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 UTF-8 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 contains 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 UTF-8 characters.
Ignore words are case sensitive.TestCustomDataIdentifierRequest.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 contains 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 UTF-8 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 contains 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 UTF-8 characters.
Ignore words are case sensitive.TestCustomDataIdentifierRequest.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 3-90 UTF-8 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 3-90 UTF-8 characters. Keywords aren't case sensitive.TestCustomDataIdentifierRequest.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 3-90 UTF-8 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 3-90 UTF-8 characters. Keywords aren't case sensitive.TestCustomDataIdentifierRequest.Builder maximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regular expression and the character sequences specified by the keywords array. Amazon Macie includes or excludes a result based on the proximity of a keyword to text that matches the regular expression. 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 regular expression and
the character sequences specified by the keywords array. Amazon Macie includes or excludes a result
based on the proximity of a keyword to text that matches the regular expression. The distance can be
1-300 characters. The default value is 50.TestCustomDataIdentifierRequest.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.TestCustomDataIdentifierRequest.Builder sampleText(String sampleText)
The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.
sampleText - The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000
characters.TestCustomDataIdentifierRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestCustomDataIdentifierRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.