public class ListClusterHostsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListClusterHostsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
void |
setClusterId(String clusterId) |
ListClusterHostsRequest |
withClusterId(String clusterId)
Configure the ID of the target cluster for the request.
|
ListClusterHostsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getClusterId()
public void setClusterId(String clusterId)
public ListClusterHostsRequest withClusterId(String clusterId)
clusterId - The ID of the target cluster.public ListClusterHostsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.