Interface RepositoryFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RepositoryFilter.Builder,RepositoryFilter>, SdkBuilder<RepositoryFilter.Builder,RepositoryFilter>, SdkPojo
Enclosing class:
RepositoryFilter

public static interface RepositoryFilter.Builder extends SdkPojo, CopyableBuilder<RepositoryFilter.Builder,RepositoryFilter>
  • Method Details

    • 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:
    • 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: