Interface GetFindingsFilterResponse.Builder

    • Method Detail

      • action

        GetFindingsFilterResponse.Builder action​(String action)

        The action that's performed on findings that match the filter criteria (findingCriteria). 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 (findingCriteria). 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

        GetFindingsFilterResponse.Builder action​(FindingsFilterAction action)

        The action that's performed on findings that match the filter criteria (findingCriteria). 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 (findingCriteria). 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

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

        GetFindingsFilterResponse.Builder description​(String description)

        The custom description of the filter.

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

        GetFindingsFilterResponse.Builder findingCriteria​(FindingCriteria findingCriteria)

        The criteria that's used to filter findings.

        Parameters:
        findingCriteria - The criteria that's used to filter findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

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

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

        GetFindingsFilterResponse.Builder position​(Integer position)

        The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.

        Parameters:
        position - The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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