Interface ClassificationStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClassificationStatus.Builder,ClassificationStatus>,SdkBuilder<ClassificationStatus.Builder,ClassificationStatus>,SdkPojo
- Enclosing class:
- ClassificationStatus
public static interface ClassificationStatus.Builder extends SdkPojo, CopyableBuilder<ClassificationStatus.Builder,ClassificationStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassificationStatus.Buildercode(String code)The code that represents the status of the sensitive data detection.ClassificationStatus.Builderreason(String reason)A longer description of the current status of the sensitive data detection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
code
ClassificationStatus.Builder code(String code)
The code that represents the status of the sensitive data detection.
- Parameters:
code- The code that represents the status of the sensitive data detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
ClassificationStatus.Builder reason(String reason)
A longer description of the current status of the sensitive data detection.
- Parameters:
reason- A longer description of the current status of the sensitive data detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-