public static interface RepositoryFilter.Builder extends SdkPojo, CopyableBuilder<RepositoryFilter.Builder,RepositoryFilter>
| Modifier and Type | Method and Description |
|---|---|
RepositoryFilter.Builder |
filter(String filter)
The repository filter details.
|
RepositoryFilter.Builder |
filterType(RepositoryFilterType filterType)
The repository filter type.
|
RepositoryFilter.Builder |
filterType(String filterType)
The repository filter type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryFilter.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.
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.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.
filterType - The repository filter type. The only supported value is PREFIX_MATCH, which is a
repository name prefix specified with the filter parameter.RepositoryFilterType,
RepositoryFilterTypeRepositoryFilter.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.
filterType - The repository filter type. The only supported value is PREFIX_MATCH, which is a
repository name prefix specified with the filter parameter.RepositoryFilterType,
RepositoryFilterTypeCopyright © 2023. All rights reserved.