Interface ResourceProfileArtifact.Builder

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