@Confluent @InterfaceStability.Evolving public class CreateClusterLinksOptions extends AbstractOptions<CreateClusterLinksOptions>
ConfluentAdmin.createClusterLinks(Collection, CreateClusterLinksOptions). The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
CreateClusterLinksOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean | validateLink()Whether to validate the links to the clusters before creation. |
CreateClusterLinksOptions | validateLink(boolean validateLink)Sets whether to validate the links to the clusters before creation. |
boolean | validateOnly()Whether to validate that the cluster links can be created, but not actually create them. |
CreateClusterLinksOptions | validateOnly(boolean validateOnly)Sets whether to validate that the cluster links can be created, but not actually create them. |
timeoutMs, timeoutMspublic boolean validateOnly()
public CreateClusterLinksOptions validateOnly(boolean validateOnly)
public boolean validateLink()
public CreateClusterLinksOptions validateLink(boolean validateLink)