@InterfaceStability.Evolving public class AlterConfigsOptions extends AbstractOptions<AlterConfigsOptions>
AdminClient.alterConfigs(Map).
The API of this class is evolving, see AdminClient for details.| Constructor and Description |
|---|
AlterConfigsOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldValidateOnly()
Return true if the request should be validated without altering the configs.
|
AlterConfigsOptions |
validateOnly(boolean validateOnly)
Set to true if the request should be validated without altering the configs.
|
timeoutMs, timeoutMspublic boolean shouldValidateOnly()
public AlterConfigsOptions validateOnly(boolean validateOnly)