@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 request timeout in milliseconds for this operation or
null if the default request timeout for the
AdminClient should be used. |
timeoutMs
public DescribeClusterOptions timeoutMs(Integer timeoutMs)
null
if the default request timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<DescribeClusterOptions>
public DescribeClusterOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
public boolean includeAuthorizedOperations()