@Confluent @InterfaceStability.Evolving public class ListClusterLinksOptions extends AbstractOptions<ListClusterLinksOptions>
ConfluentAdmin.listClusterLinks(ListClusterLinksOptions)
.
The API of this class is evolving, see Admin
for details.timeoutMs
Constructor and Description |
---|
ListClusterLinksOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
includeTopics()
Whether to include the topics that are linked for the cluster link.
|
ListClusterLinksOptions |
includeTopics(boolean includeTopics)
Set whether to include the topics that are linked for the cluster link.
|
java.util.Optional<java.util.Collection<java.lang.String>> |
linkNames()
Names of the cluster links to include in the response, otherwise if empty, then all
cluster links are listed.
|
ListClusterLinksOptions |
linkNames(java.util.Optional<java.util.Collection<java.lang.String>> linkNames)
Sets the names of the cluster links to include in the response, otherwise if empty,
then sets all cluster links to be listed.
|
timeoutMs, timeoutMs
public java.util.Optional<java.util.Collection<java.lang.String>> linkNames()
public ListClusterLinksOptions linkNames(java.util.Optional<java.util.Collection<java.lang.String>> linkNames)
public boolean includeTopics()
public ListClusterLinksOptions includeTopics(boolean includeTopics)