@Evolving public class CreateAclsOptions extends AbstractOptions<CreateAclsOptions>
AdminClient.createAcls(Collection).
The API of this class is evolving, see AdminClient for details.timeoutMs| Constructor | Description |
|---|---|
CreateAclsOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
CreateAclsOptions |
timeoutMs(java.lang.Integer timeoutMs) |
Set the request timeout in milliseconds for this operation or
null if the default request timeout for the
AdminClient should be used. |
timeoutMspublic CreateAclsOptions timeoutMs(java.lang.Integer timeoutMs)
null if the default request timeout for the
AdminClient should be used.timeoutMs in class AbstractOptions<CreateAclsOptions>