Interface ResourceProfileArtifact.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>,SdkBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>,SdkPojo
- Enclosing class:
- ResourceProfileArtifact
public static interface ResourceProfileArtifact.Builder extends SdkPojo, CopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceProfileArtifact.Builderarn(String arn)The Amazon Resource Name (ARN) of the object.ResourceProfileArtifact.BuilderclassificationResultStatus(String classificationResultStatus)The status of the analysis.ResourceProfileArtifact.Buildersensitive(Boolean sensitive)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 Detail
-
arn
ResourceProfileArtifact.Builder arn(String 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
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.
- 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
ResourceProfileArtifact.Builder sensitive(Boolean 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.
-
-