Interface ResourceProfileArtifact.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceProfileArtifact.Builder,
,ResourceProfileArtifact> SdkBuilder<ResourceProfileArtifact.Builder,
,ResourceProfileArtifact> SdkPojo
- Enclosing class:
ResourceProfileArtifact
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the object.classificationResultStatus
(String classificationResultStatus) The status of the analysis.Specifies whether Amazon Macie found sensitive data in the object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the object.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sensitive
Specifies whether Amazon Macie found sensitive data in the object.
- Parameters:
sensitive
- Specifies whether Amazon Macie found sensitive data in the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-