@Confluent @InterfaceStability.Evolving public class DeleteClusterLinksOptions extends AbstractOptions<DeleteClusterLinksOptions>
ConfluentAdmin.deleteClusterLinks(Collection, DeleteClusterLinksOptions). The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
DeleteClusterLinksOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean | deleteMetadata()Whether to delete the metadata after marking it for deletion. |
DeleteClusterLinksOptions | deleteMetadata(boolean deleteMetadata) |
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, timeoutMspublic boolean validateOnly()
public DeleteClusterLinksOptions validateOnly(boolean validateOnly)
public boolean force()
public boolean deleteMetadata()
public DeleteClusterLinksOptions force(boolean force)
public DeleteClusterLinksOptions deleteMetadata(boolean deleteMetadata)