Class UpdateAllowListRequest

    • Method Detail

      • criteria

        public final AllowListCriteria criteria()

        The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

        You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

        Returns:
        The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).

        You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.

      • description

        public final String description()

        A custom description of the allow list. The description can contain as many as 512 characters.

        Returns:
        A custom description of the allow list. The description can contain as many as 512 characters.
      • id

        public final String id()

        The unique identifier for the Amazon Macie resource that the request applies to.

        Returns:
        The unique identifier for the Amazon Macie resource that the request applies to.
      • name

        public final String name()

        A custom name for the allow list. The name can contain as many as 128 characters.

        Returns:
        A custom name for the allow list. The name can contain as many as 128 characters.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object