public class GetStepRequest extends AbstractBceRequest
The essential options are cluster ID and step ID.
| Constructor and Description |
|---|
GetStepRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterId() |
String |
getStepId() |
void |
setClusterId(String clusterId) |
void |
setStepId(String stepId) |
GetStepRequest |
withClusterId(String clusterId)
Configure the cluster ID for the request.
|
GetStepRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
GetStepRequest |
withStepId(String stepId)
Configure the step ID for the request.
|
getRequestCredentials, setRequestCredentialspublic String getClusterId()
public void setClusterId(String clusterId)
public String getStepId()
public void setStepId(String stepId)
public GetStepRequest withClusterId(String clusterId)
clusterId - The ID of cluster which executes the target step.public GetStepRequest withStepId(String stepId)
stepId - The ID of the step.public GetStepRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.