Interface GetFilterResponse.Builder

    • Method Detail

      • name

        GetFilterResponse.Builder name​(String name)

        The name of the filter.

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

        GetFilterResponse.Builder description​(String description)

        The description of the filter.

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

        GetFilterResponse.Builder action​(String action)

        Specifies the action that is to be applied to the findings that match the filter.

        Parameters:
        action - Specifies the action that is to be applied to the findings that match the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterAction, FilterAction
      • action

        GetFilterResponse.Builder action​(FilterAction action)

        Specifies the action that is to be applied to the findings that match the filter.

        Parameters:
        action - Specifies the action that is to be applied to the findings that match the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterAction, FilterAction
      • rank

        GetFilterResponse.Builder rank​(Integer rank)

        Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.

        Parameters:
        rank - Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingCriteria

        GetFilterResponse.Builder findingCriteria​(FindingCriteria findingCriteria)

        Represents the criteria to be used in the filter for querying findings.

        Parameters:
        findingCriteria - Represents the criteria to be used in the filter for querying findings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags of the filter resource.

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