public static interface ClassificationDetails.Builder extends SdkPojo, CopyableBuilder<ClassificationDetails.Builder,ClassificationDetails>
| Modifier and Type | Method and Description |
|---|---|
ClassificationDetails.Builder |
detailedResultsLocation(String detailedResultsLocation)
The Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, 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 detailed results of the finding.
|
default ClassificationDetails.Builder |
result(Consumer<ClassificationResult.Builder> result)
The status and detailed results of the finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClassificationDetails.Builder detailedResultsLocation(String detailedResultsLocation)
The Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, for the finding.
detailedResultsLocation - The Amazon Resource Name (ARN) of the file that contains the detailed record, including offsets, for
the finding.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 detailed results of the finding.
result - The status and detailed results of the finding.default ClassificationDetails.Builder result(Consumer<ClassificationResult.Builder> result)
The status and detailed results of 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.