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