@InterfaceStability.Evolving public class DescribeConfigsOptions extends AbstractOptions<DescribeConfigsOptions>
AdminClient.describeConfigs(Collection).
The API of this class is evolving, see AdminClient for details.timeoutMs| Constructor and Description |
|---|
DescribeConfigsOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeSynonyms()
Return true if synonym configs should be returned in the response.
|
DescribeConfigsOptions |
includeSynonyms(boolean includeSynonyms)
Set to true if synonym configs should be returned in the response.
|
DescribeConfigsOptions |
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 DescribeConfigsOptions timeoutMs(java.lang.Integer timeoutMs)
null if the default request timeout for the
AdminClient should be used.timeoutMs in class AbstractOptions<DescribeConfigsOptions>public boolean includeSynonyms()
public DescribeConfigsOptions includeSynonyms(boolean includeSynonyms)