public static interface DataClassificationDetails.Builder extends SdkPojo, CopyableBuilder<DataClassificationDetails.Builder,DataClassificationDetails>
| Modifier and Type | Method and Description |
|---|---|
DataClassificationDetails.Builder |
detailedResultsLocation(String detailedResultsLocation)
The path to the folder or file that contains the sensitive data.
|
DataClassificationDetails.Builder |
result(ClassificationResult result)
The details about the sensitive data that was detected on the resource.
|
default DataClassificationDetails.Builder |
result(Consumer<ClassificationResult.Builder> result)
The details about the sensitive data that was detected on the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataClassificationDetails.Builder detailedResultsLocation(String detailedResultsLocation)
The path to the folder or file that contains the sensitive data.
detailedResultsLocation - The path to the folder or file that contains the sensitive data.DataClassificationDetails.Builder result(ClassificationResult result)
The details about the sensitive data that was detected on the resource.
result - The details about the sensitive data that was detected on the resource.default DataClassificationDetails.Builder result(Consumer<ClassificationResult.Builder> result)
The details about the sensitive data that was detected on the resource.
This is a convenience method that creates an instance of theClassificationResult.Builder avoiding
the need to create one manually via ClassificationResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to result(ClassificationResult).
result - a consumer that will call methods on ClassificationResult.Builderresult(ClassificationResult)Copyright © 2023. All rights reserved.