| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
static GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.builder() |
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.deleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.description(String description)
The custom description of the custom data identifier.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.id(String id)
The unique identifier for the custom data identifier.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.ignoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.ignoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.keywords(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.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.keywords(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.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.maximumMatchDistance(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.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.name(String name)
The custom name of the custom data identifier.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.regex(String regex)
The regular expression (regex) that defines the pattern to match.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.severityLevels(Collection<SeverityLevel> severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the
number of occurrences of text that matches the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.severityLevels(Consumer<SeverityLevel.Builder>... severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the
number of occurrences of text that matches the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.severityLevels(SeverityLevel... severityLevels)
Specifies the severity that's assigned to findings that the custom data identifier produces, based on the
number of occurrences of text that matches the custom data identifier's detection criteria.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.Builder.tags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data
identifier.
|
GetCustomDataIdentifierResponse.Builder |
GetCustomDataIdentifierResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCustomDataIdentifierResponse.Builder> |
GetCustomDataIdentifierResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.