public class ListStepsRequest extends AbstractBceRequest
The essential option is cluster ID, and the optional query parameters are marker and max keys.
| Constructor and Description |
|---|
ListStepsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
int |
getPageNo() |
int |
getPageSize() |
void |
setClusterId(String clusterId) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
ListStepsRequest |
withClusterId(String clusterId)
Configure the cluster ID on which the target steps run.
|
ListStepsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public String getClusterId()
public void setClusterId(String clusterId)
public ListStepsRequest withClusterId(String clusterId)
clusterId - The cluster ID.public ListStepsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.