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