@InterfaceStability.Evolving public class DescribeClusterOptions extends AbstractOptions<DescribeClusterOptions>
AdminClient.describeCluster()
.
The API of this class is evolving, see AdminClient
for details.timeoutMs
Constructor and Description |
---|
DescribeClusterOptions() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterOptions |
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. |
timeoutMs
public DescribeClusterOptions timeoutMs(java.lang.Integer timeoutMs)
null
if the default request timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<DescribeClusterOptions>