Interface RepositoryFilter.Builder

    • Method Detail

      • filter

        RepositoryFilter.Builder filter​(String filter)

        The repository filter details. When the PREFIX_MATCH filter type is specified, this value is required and should be the repository name prefix to configure replication for.

        Parameters:
        filter - The repository filter details. When the PREFIX_MATCH filter type is specified, this value is required and should be the repository name prefix to configure replication for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterType

        RepositoryFilter.Builder filterType​(String filterType)

        The repository filter type. The only supported value is PREFIX_MATCH, which is a repository name prefix specified with the filter parameter.

        Parameters:
        filterType - The repository filter type. The only supported value is PREFIX_MATCH, which is a repository name prefix specified with the filter parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RepositoryFilterType, RepositoryFilterType
      • filterType

        RepositoryFilter.Builder filterType​(RepositoryFilterType filterType)

        The repository filter type. The only supported value is PREFIX_MATCH, which is a repository name prefix specified with the filter parameter.

        Parameters:
        filterType - The repository filter type. The only supported value is PREFIX_MATCH, which is a repository name prefix specified with the filter parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RepositoryFilterType, RepositoryFilterType