public static interface ClassificationDetails.Builder extends SdkPojo, CopyableBuilder<ClassificationDetails.Builder,ClassificationDetails>
| Modifier and Type | Method and Description |
|---|---|
ClassificationDetails.Builder |
detailedResultsLocation(String detailedResultsLocation)
The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result
for the finding.
|
ClassificationDetails.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) of the classification job that produced the finding.
|
ClassificationDetails.Builder |
jobId(String jobId)
The unique identifier for the classification job that produced the finding.
|
ClassificationDetails.Builder |
result(ClassificationResult result)
The status and other details for the finding.
|
default ClassificationDetails.Builder |
result(Consumer<ClassificationResult.Builder> result)
The status and other details for the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationDetails.Builder detailedResultsLocation(String detailedResultsLocation)
The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery result for the finding. If a finding applies to a large archive or compressed file, this value is the path to a folder. Otherwise, this value is the path to a file.
detailedResultsLocation - The path to the folder or file (in Amazon S3) that contains the corresponding sensitive data discovery
result for the finding. If a finding applies to a large archive or compressed file, this value is the
path to a folder. Otherwise, this value is the path to a file.ClassificationDetails.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) of the classification job that produced the finding.
jobArn - The Amazon Resource Name (ARN) of the classification job that produced the finding.ClassificationDetails.Builder jobId(String jobId)
The unique identifier for the classification job that produced the finding.
jobId - The unique identifier for the classification job that produced the finding.ClassificationDetails.Builder result(ClassificationResult result)
The status and other details for the finding.
result - The status and other details for the finding.default ClassificationDetails.Builder result(Consumer<ClassificationResult.Builder> result)
The status and other details for the finding.
This is a convenience 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 © 2020. All rights reserved.