Interface FilterRule.Builder

    • Method Detail

      • filterType

        FilterRule.Builder filterType​(String filterType)

        The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

        Parameters:
        filterType - The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterType, FilterType
      • filterType

        FilterRule.Builder filterType​(FilterType filterType)

        The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.

        Parameters:
        filterType - The type of filter rule to apply. DataSync only supports the SIMPLE_PATTERN rule type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterType, FilterType
      • value

        FilterRule.Builder value​(String value)

        A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

        Parameters:
        value - A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|" (that is, a pipe), for example: /folder1|/folder2

        Returns:
        Returns a reference to this object so that method calls can be chained together.