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, such as COMPLETE.
|
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, such as COMPLETE.
code - The status of the finding, such as COMPLETE.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.