public static interface ClassificationStatus.Builder extends SdkPojo, CopyableBuilder<ClassificationStatus.Builder,ClassificationStatus>
| Modifier and Type | Method and Description |
|---|---|
ClassificationStatus.Builder |
code(String code)
The code that represents the status of the sensitive data detection.
|
ClassificationStatus.Builder |
reason(String reason)
A longer description of the current status of the sensitive data detection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationStatus.Builder code(String code)
The code that represents the status of the sensitive data detection.
code - The code that represents the status of the sensitive data detection.ClassificationStatus.Builder reason(String reason)
A longer description of the current status of the sensitive data detection.
reason - A longer description of the current status of the sensitive data detection.Copyright © 2023. All rights reserved.