public static interface ClassificationResult.Builder extends SdkPojo, CopyableBuilder<ClassificationResult.Builder,ClassificationResult>
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult.Builder |
additionalOccurrences(Boolean additionalOccurrences)
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object.
|
default 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 |
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 |
mimeType(String mimeType)
The type of content, as a MIME type, that the finding applies to.
|
ClassificationResult.Builder |
sensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
sensitiveData(Consumer<SensitiveDataItem.Builder>... sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
sensitiveData(SensitiveDataItem... sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult.Builder |
sizeClassified(Long sizeClassified)
The total size, in bytes, of the data that the finding applies to.
|
ClassificationResult.Builder |
status(ClassificationResultStatus status)
The status of the finding.
|
default ClassificationResult.Builder |
status(Consumer<ClassificationResultStatus.Builder> status)
The status of the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationResult.Builder additionalOccurrences(Boolean additionalOccurrences)
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
additionalOccurrences - Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object. A
finding includes location data for a maximum of 15 occurrences of sensitive data.
This value can help you determine whether to investigate additional occurrences of sensitive data in an object. You can do this by referring to the corresponding sensitive data discovery result for the finding (ClassificationDetails.detailedResultsLocation).
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.
customDataIdentifiers - The custom data identifiers that detected the sensitive data and the number of occurrences of the data
that they detected.default 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.
This is a convenience method that creates an instance of theCustomDataIdentifiers.Builder avoiding
the need to create one manually via CustomDataIdentifiers.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customDataIdentifiers(CustomDataIdentifiers).
customDataIdentifiers - a consumer that will call methods on CustomDataIdentifiers.BuildercustomDataIdentifiers(CustomDataIdentifiers)ClassificationResult.Builder mimeType(String mimeType)
The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.
mimeType - The type of content, as a MIME type, that the finding applies to. For example, application/gzip, for a
GNU Gzip compressed archive file, or application/pdf, for an Adobe Portable Document Format file.ClassificationResult.Builder sensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
sensitiveData - The category, types, and number of occurrences of the sensitive data that produced the finding.ClassificationResult.Builder sensitiveData(SensitiveDataItem... sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
sensitiveData - The category, types, and number of occurrences of the sensitive data that produced the finding.ClassificationResult.Builder sensitiveData(Consumer<SensitiveDataItem.Builder>... sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
This is a convenience method that creates an instance of theSensitiveDataItem.Builder avoiding the need to create
one manually via SensitiveDataItem.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sensitiveData(List.
sensitiveData - a consumer that will call methods on
SensitiveDataItem.Builder#sensitiveData(java.util.Collection) ClassificationResult.Builder sizeClassified(Long sizeClassified)
The total size, in bytes, of the data that the finding applies to.
sizeClassified - The total size, in bytes, of the data that the finding applies to.ClassificationResult.Builder status(ClassificationResultStatus status)
The status of the finding.
status - The status of the finding.default ClassificationResult.Builder status(Consumer<ClassificationResultStatus.Builder> status)
The status of the finding.
This is a convenience method that creates an instance of theClassificationResultStatus.Builder
avoiding the need to create one manually via ClassificationResultStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to status(ClassificationResultStatus).
status - a consumer that will call methods on ClassificationResultStatus.Builderstatus(ClassificationResultStatus)Copyright © 2022. All rights reserved.