| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ClassificationResult.Builder |
ClassificationResult.Builder.status(ClassificationResultStatus status)
The status of the finding.
|
default ClassificationResult.Builder |
ClassificationResult.Builder.status(Consumer<ClassificationResultStatus.Builder> status)
The status of the finding.
|
ClassificationResult.Builder |
ClassificationResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClassificationResult.Builder> |
ClassificationResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClassificationDetails.Builder |
ClassificationDetails.Builder.result(Consumer<ClassificationResult.Builder> result)
The status and other details of the finding.
|
Copyright © 2022. All rights reserved.