Interface UpdateFilterRequest.Builder

    • Method Detail

      • detectorId

        UpdateFilterRequest.Builder detectorId​(String detectorId)

        The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.

        Parameters:
        detectorId - The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterName

        UpdateFilterRequest.Builder filterName​(String filterName)

        The name of the filter.

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

        UpdateFilterRequest.Builder description​(String description)

        The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, [ ], and ( )), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

        Parameters:
        description - The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, [ ], and ( )), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • action

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

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

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

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