Interface GetAllowListResponse.Builder

    • Method Detail

      • arn

        GetAllowListResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the allow list.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the allow list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetAllowListResponse.Builder createdAt​(Instant createdAt)

        The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.

        Parameters:
        createdAt - The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • criteria

        GetAllowListResponse.Builder criteria​(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 (regex) that defines a text pattern to ignore.

        Parameters:
        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 (regex) that defines a text pattern to ignore.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetAllowListResponse.Builder description​(String description)

        The custom description of the allow list.

        Parameters:
        description - The custom description of the allow list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetAllowListResponse.Builder id​(String id)

        The unique identifier for the allow list.

        Parameters:
        id - The unique identifier for the allow list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetAllowListResponse.Builder name​(String name)

        The custom name of the allow list.

        Parameters:
        name - The custom name of the allow list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetAllowListResponse.Builder status​(AllowListStatus status)

        The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.

        Parameters:
        status - The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        GetAllowListResponse.Builder tags​(Map<String,​String> tags)

        A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.

        Parameters:
        tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        GetAllowListResponse.Builder updatedAt​(Instant updatedAt)

        The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.

        Parameters:
        updatedAt - The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
        Returns:
        Returns a reference to this object so that method calls can be chained together.