@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCustomDataIdentifierRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestCustomDataIdentifierRequest() |
Modifier and Type | Method and Description |
---|---|
TestCustomDataIdentifierRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getIgnoreWords()
An array that lists specific character sequences (ignore words) to exclude from the results.
|
List<String> |
getKeywords()
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
Integer |
getMaximumMatchDistance()
The maximum number of characters that can exist between the end of at least one complete character sequence
specified by the keywords array and the end of the text that matches the regex pattern.
|
String |
getRegex()
The regular expression (regex) that defines the pattern to match.
|
String |
getSampleText()
The sample text to inspect by using the custom data identifier.
|
int |
hashCode() |
void |
setIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
void |
setKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
void |
setMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence
specified by the keywords array and the end of the text that matches the regex pattern.
|
void |
setRegex(String regex)
The regular expression (regex) that defines the pattern to match.
|
void |
setSampleText(String sampleText)
The sample text to inspect by using the custom data identifier.
|
String |
toString()
Returns a string representation of this object.
|
TestCustomDataIdentifierRequest |
withIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
TestCustomDataIdentifierRequest |
withIgnoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
TestCustomDataIdentifierRequest |
withKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
TestCustomDataIdentifierRequest |
withKeywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must precede and be within
proximity (maximumMatchDistance) of the regular expression to match.
|
TestCustomDataIdentifierRequest |
withMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence
specified by the keywords array and the end of the text that matches the regex pattern.
|
TestCustomDataIdentifierRequest |
withRegex(String regex)
The regular expression (regex) that defines the pattern to match.
|
TestCustomDataIdentifierRequest |
withSampleText(String sampleText)
The sample text to inspect by using the custom data identifier.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getIgnoreWords()
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.
public void setIgnoreWords(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.public TestCustomDataIdentifierRequest withIgnoreWords(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.
NOTE: This method appends the values to the existing list (if any). Use
setIgnoreWords(java.util.Collection)
or withIgnoreWords(java.util.Collection)
if you want to
override the existing values.
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.public TestCustomDataIdentifierRequest withIgnoreWords(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.public List<String> getKeywords()
An array that lists specific character sequences (keywords), one of which must precede and 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.
public void setKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must precede and 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 precede and 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.public TestCustomDataIdentifierRequest withKeywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must precede and 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.
NOTE: This method appends the values to the existing list (if any). Use
setKeywords(java.util.Collection)
or withKeywords(java.util.Collection)
if you want to override
the existing values.
keywords
- An array that lists specific character sequences (keywords), one of which must precede and 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.public TestCustomDataIdentifierRequest withKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must precede and 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 precede and 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.public void setMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.
maximumMatchDistance
- The maximum number of characters that can exist between the end of at least one complete character
sequence specified by the keywords array and the end of the text that matches the regex pattern. If a
complete keyword precedes all the text that matches the pattern and the keyword is within the specified
distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.public Integer getMaximumMatchDistance()
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.
public TestCustomDataIdentifierRequest withMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between the end of at least one complete character sequence specified by the keywords array and the end of the text that matches the regex pattern. If a complete keyword precedes all the text that matches the pattern and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.
maximumMatchDistance
- The maximum number of characters that can exist between the end of at least one complete character
sequence specified by the keywords array and the end of the text that matches the regex pattern. If a
complete keyword precedes all the text that matches the pattern and the keyword is within the specified
distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.public void setRegex(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.public String getRegex()
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
public TestCustomDataIdentifierRequest withRegex(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.public void setSampleText(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.public String getSampleText()
The sample text to inspect by using the custom data identifier. The text can contain as many as 1,000 characters.
public TestCustomDataIdentifierRequest withSampleText(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.public String toString()
toString
in class Object
Object.toString()
public TestCustomDataIdentifierRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()