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 |
originType(OriginType originType)
Specifies how Amazon Macie found the sensitive data that produced the finding.
|
ClassificationDetails.Builder |
originType(String originType)
Specifies how Amazon Macie found the sensitive data that produced the finding.
|
ClassificationDetails.Builder |
result(ClassificationResult result)
The status and other details of the finding.
|
default ClassificationDetails.Builder |
result(Consumer<ClassificationResult.Builder> result)
The status and other details of 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. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.
jobArn - The Amazon Resource Name (ARN) of the classification job that produced the finding. This value is null
if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.ClassificationDetails.Builder jobId(String jobId)
The unique identifier for the classification job that produced the finding. This value is null if the origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.
jobId - The unique identifier for the classification job that produced the finding. This value is null if the
origin of the finding (originType) is AUTOMATED_SENSITIVE_DATA_DISCOVERY.ClassificationDetails.Builder originType(String originType)
Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for automated sensitive data discovery.
originType - Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are:
SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for
automated sensitive data discovery.OriginType,
OriginTypeClassificationDetails.Builder originType(OriginType originType)
Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for automated sensitive data discovery.
originType - Specifies how Amazon Macie found the sensitive data that produced the finding. Possible values are:
SENSITIVE_DATA_DISCOVERY_JOB, for a classification job; and, AUTOMATED_SENSITIVE_DATA_DISCOVERY, for
automated sensitive data discovery.OriginType,
OriginTypeClassificationDetails.Builder result(ClassificationResult result)
The status and other details of the finding.
result - The status and other details of the finding.default ClassificationDetails.Builder result(Consumer<ClassificationResult.Builder> result)
The status and other details of the finding.
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.