public static interface ClassificationResultStatus.Builder extends SdkPojo, CopyableBuilder<ClassificationResultStatus.Builder,ClassificationResultStatus>
| Modifier and Type | Method and Description |
|---|---|
ClassificationResultStatus.Builder |
code(String code)
The status of the finding.
|
ClassificationResultStatus.Builder |
reason(String reason)
A brief description of the status of the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationResultStatus.Builder code(String code)
The status of the finding. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object that the finding applies to.
PARTIAL - Macie analyzed only a subset of the data in the object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object that the finding applies to. For example, the object is a malformed file or a file that uses an unsupported format.
code - The status of the finding. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object that the finding applies to.
PARTIAL - Macie analyzed only a subset of the data in the object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object that the finding applies to. For example, the object is a malformed file or a file that uses an unsupported format.
ClassificationResultStatus.Builder reason(String reason)
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
reason - A brief description of the status of the finding. Amazon Macie uses this value to notify you of any
errors, warnings, or considerations that might impact your analysis of the finding.Copyright © 2020. All rights reserved.