Interface FindingsFilterListItem.Builder

    • Method Detail

      • action

        FindingsFilterListItem.Builder action​(String action)

        The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

        Parameters:
        action - The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FindingsFilterAction, FindingsFilterAction
      • action

        FindingsFilterListItem.Builder action​(FindingsFilterAction action)

        The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

        Parameters:
        action - The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FindingsFilterAction, FindingsFilterAction
      • arn

        FindingsFilterListItem.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the filter.

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

        FindingsFilterListItem.Builder id​(String id)

        The unique identifier for the filter.

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

        FindingsFilterListItem.Builder name​(String name)

        The custom name of the filter.

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

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

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

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