|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.bmr.model.ListStepsRequest
public class ListStepsRequest
Provides options for listing steps. The essential option is cluster ID, and the optional query parameters are marker and max keys.
Constructor Summary | |
---|---|
ListStepsRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListStepsRequest()
Method Detail |
---|
public 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 marker
public ListStepsRequest withMaxKeys(int maxKeys)
maxKeys
- The max count for each response page.
public ListStepsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |