@Confluent @InterfaceStability.Evolving public class DeleteClusterLinksOptions extends AbstractOptions<DeleteClusterLinksOptions>
ConfluentAdmin.deleteClusterLinks(Collection, DeleteClusterLinksOptions)
.
The API of this class is evolving, see Admin
for details.timeoutMs
Constructor and Description |
---|
DeleteClusterLinksOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
force()
Whether to force deletion of the cluster link even if it's in use.
|
DeleteClusterLinksOptions |
force(boolean force)
Sets whether to force deletion of the cluster link even if it's in use.
|
boolean |
validateOnly()
Whether to validate that the cluster links can be deleted, but not actually delete them.
|
DeleteClusterLinksOptions |
validateOnly(boolean validateOnly)
Sets whether to validate that the cluster links can be deleted, but not actually delete them.
|
timeoutMs, timeoutMs
public boolean validateOnly()
public DeleteClusterLinksOptions validateOnly(boolean validateOnly)
public boolean force()
public DeleteClusterLinksOptions force(boolean force)