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() |
String |
getMarker() |
int |
getMaxKeys() |
void |
setClusterId(String clusterId) |
void |
setMarker(String marker) |
void |
setMaxKeys(int maxKeys) |
ListStepsRequest |
withClusterId(String clusterId)
Configure the cluster ID on which the target steps run.
|
ListStepsRequest |
withMarker(String marker)
Configure the marker for the query request.
|
ListStepsRequest |
withMaxKeys(int maxKeys)
Configure the max count for each response page.
|
ListStepsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getClusterId()
public void setClusterId(String clusterId)
public String getMarker()
public void setMarker(String marker)
public int getMaxKeys()
public void setMaxKeys(int maxKeys)
public ListStepsRequest withClusterId(String clusterId)
clusterId - The cluster ID.public ListStepsRequest withMarker(String marker)
marker - the markerpublic ListStepsRequest withMaxKeys(int maxKeys)
maxKeys - The max count for each response page.public ListStepsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2021. All rights reserved.