@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 | includeDocumentation()Return true if config documentation should be returned in the response. | 
| DescribeConfigsOptions | includeDocumentation(boolean includeDocumentation)Set to true if config documentation should be returned in the response. | 
| 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 timeout in milliseconds for this operation or  nullif the default api timeout for the
 AdminClient should be used. | 
timeoutMspublic DescribeConfigsOptions timeoutMs(Integer timeoutMs)
null if the default api timeout for the
 AdminClient should be used.timeoutMs in class AbstractOptions<DescribeConfigsOptions>public boolean includeSynonyms()
public boolean includeDocumentation()
public DescribeConfigsOptions includeSynonyms(boolean includeSynonyms)
public DescribeConfigsOptions includeDocumentation(boolean includeDocumentation)