@Confluent @InterfaceStability.Evolving public class AlterMirrorsOptions extends AbstractOptions<AlterMirrorsOptions>
ConfluentAdmin#alterMirrors(List, AlterMirrorsOptions). The API of this class is evolving, see Admin for details.| Constructor and Description |
|---|
AlterMirrorsOptions() |
| Modifier and Type | Method and Description |
|---|---|
String | linkName()The link name associated with the mirror topics, only relevant for TRUNCATE_AND_RESTORE |
AlterMirrorsOptions | linkName(String linkName)Sets the link name |
boolean | validateOnly()Whether to validate the mirror control operation, but not actually perform it. |
AlterMirrorsOptions | validateOnly(boolean validateOnly)Sets whether to validate the mirror control operation, but not actually perform it. |
timeoutMs, timeoutMspublic boolean validateOnly()
public String linkName()
public AlterMirrorsOptions validateOnly(boolean validateOnly)
public AlterMirrorsOptions linkName(String linkName)