@InterfaceStability.Evolving public class DescribeAclsOptions extends java.lang.Object
AdminClient.describeAcls(AclBindingFilter).
The API of this class is evolving, see AdminClient for details.| Constructor and Description |
|---|
DescribeAclsOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
timeoutMs()
The request timeout in milliseconds for this operation or
null if the default request timeout for the
AdminClient should be used. |
DescribeAclsOptions |
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. |
public DescribeAclsOptions timeoutMs(java.lang.Integer timeoutMs)
null if the default request timeout for the
AdminClient should be used.public java.lang.Integer timeoutMs()
null if the default request timeout for the
AdminClient should be used.