@Generated(value="software.amazon.awssdk:codegen") public final class ResourceProfileArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>
Provides information about an S3 object that Amazon Macie selected for analysis while performing automated sensitive data discovery for an S3 bucket, and the status and results of the analysis. This information is available only if automated sensitive data discovery is currently enabled for your account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceProfileArtifact.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the object.
|
static ResourceProfileArtifact.Builder |
builder() |
String |
classificationResultStatus()
The status of the analysis.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
Boolean |
sensitive()
Specifies whether Amazon Macie found sensitive data in the object.
|
static Class<? extends ResourceProfileArtifact.Builder> |
serializableBuilderClass() |
ResourceProfileArtifact.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the object.
public final 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.
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.
public final Boolean sensitive()
Specifies whether Amazon Macie found sensitive data in the object.
public ResourceProfileArtifact.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceProfileArtifact.Builder,ResourceProfileArtifact>public static ResourceProfileArtifact.Builder builder()
public static Class<? extends ResourceProfileArtifact.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.