ClassificationResult.Builder |
ClassificationResult.Builder.additionalOccurrences(Boolean additionalOccurrences) |
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object.
|
static ClassificationResult.Builder |
ClassificationResult.builder() |
|
default ClassificationResult.Builder |
ClassificationResult.Builder.customDataIdentifiers(Consumer<CustomDataIdentifiers.Builder> customDataIdentifiers) |
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that
they detected.
|
ClassificationResult.Builder |
ClassificationResult.Builder.customDataIdentifiers(CustomDataIdentifiers customDataIdentifiers) |
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that
they detected.
|
ClassificationResult.Builder |
ClassificationResult.Builder.mimeType(String mimeType) |
The type of content, as a MIME type, that the finding applies to.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(Collection<SensitiveDataItem> sensitiveData) |
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(Consumer<SensitiveDataItem.Builder>... sensitiveData) |
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(SensitiveDataItem... sensitiveData) |
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sizeClassified(Long sizeClassified) |
The total size, in bytes, of the data that the finding applies to.
|
default ClassificationResult.Builder |
ClassificationResult.Builder.status(Consumer<ClassificationResultStatus.Builder> status) |
The status of the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.status(ClassificationResultStatus status) |
The status of the finding.
|
ClassificationResult.Builder |
ClassificationResult.toBuilder() |
|