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 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

      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

      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.