| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ClassificationResult.Builder |
ClassificationResult.builder() |
default ClassificationResult.Builder |
ClassificationResult.Builder.customDataIdentifiers(Consumer<CustomDataIdentifiers.Builder> customDataIdentifiers)
The number of occurrences of the data that produced the finding, and the custom data identifiers that
detected the data.
|
ClassificationResult.Builder |
ClassificationResult.Builder.customDataIdentifiers(CustomDataIdentifiers customDataIdentifiers)
The number of occurrences of the data that produced the finding, and the custom data identifiers that
detected the data.
|
ClassificationResult.Builder |
ClassificationResult.Builder.mimeType(String mimeType)
The type of content, expressed as a MIME type, that the finding applies to.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(Consumer<SensitiveDataItem.Builder>... sensitiveData)
The category and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
ClassificationResult.Builder.sensitiveData(SensitiveDataItem... sensitiveData)
The category 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 detailed results of the finding.
|
Copyright © 2020. All rights reserved.