@InterfaceStability.Evolving public class DescribeClusterOptions extends AbstractOptions<DescribeClusterOptions>
Admin.describeCluster().
 The API of this class is evolving, see Admin for details.timeoutMs| Constructor and Description | 
|---|
| DescribeClusterOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | includeAuthorizedOperations()Specify if authorized operations should be included in the response. | 
| DescribeClusterOptions | includeAuthorizedOperations(boolean includeAuthorizedOperations) | 
| DescribeClusterOptions | timeoutMs(Integer timeoutMs)Set the timeout in milliseconds for this operation or  nullif the default api timeout for the
 AdminClient should be used. | 
timeoutMspublic DescribeClusterOptions timeoutMs(Integer timeoutMs)
null if the default api timeout for the
 AdminClient should be used.timeoutMs in class AbstractOptions<DescribeClusterOptions>public DescribeClusterOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
public boolean includeAuthorizedOperations()