@InterfaceStability.Evolving public class DescribeConfigsOptions extends AbstractOptions<DescribeConfigsOptions>
Admin.describeConfigs(Collection).
The API of this class is evolving, see Admin 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(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(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)