public static interface ResourceProfileArtifact.Builder extends SdkPojo, CopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
| Modifier and Type | Method and Description |
|---|---|
ResourceProfileArtifact.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the object.
|
ResourceProfileArtifact.Builder |
classificationResultStatus(String classificationResultStatus)
The status of the analysis.
|
ResourceProfileArtifact.Builder |
sensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceProfileArtifact.Builder arn(String arn)
The Amazon Resource Name (ARN) of the object.
arn - The Amazon Resource Name (ARN) of the object.ResourceProfileArtifact.Builder classificationResultStatus(String classificationResultStatus)
The status of the analysis. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object.
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
classificationResultStatus - The status of the analysis. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object.
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
ResourceProfileArtifact.Builder sensitive(Boolean sensitive)
Specifies whether Amazon Macie found sensitive data in the object.
sensitive - Specifies whether Amazon Macie found sensitive data in the object.Copyright © 2023. All rights reserved.