Interface UpdateAllowListRequest.Builder

    • Method Detail

      • criteria

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

        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 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:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateAllowListRequest.Builder description​(String description)

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

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

        UpdateAllowListRequest.Builder id​(String id)

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

        Parameters:
        id - The unique identifier for the Amazon Macie resource that the request applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateAllowListRequest.Builder name​(String name)

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

        Parameters:
        name - A custom name for the allow list. The name can contain as many as 128 characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.