类 GetStepRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bmr.model.GetStepRequest
-
public class GetStepRequest extends AbstractBceRequest
Provides options for describing a step.The essential options are cluster ID and step ID.
-
-
构造器概要
构造器 构造器 说明 GetStepRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClusterId()StringgetStepId()voidsetClusterId(String clusterId)voidsetStepId(String stepId)GetStepRequestwithClusterId(String clusterId)Configure the cluster ID for the request.GetStepRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.GetStepRequestwithStepId(String stepId)Configure the step ID for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getClusterId
public String getClusterId()
-
setClusterId
public void setClusterId(String clusterId)
-
getStepId
public String getStepId()
-
setStepId
public void setStepId(String stepId)
-
withClusterId
public GetStepRequest withClusterId(String clusterId)
Configure the cluster ID for the request.- 参数:
clusterId- The ID of cluster which executes the target step.- 返回:
- GetStepRequest
-
withStepId
public GetStepRequest withStepId(String stepId)
Configure the step ID for the request.- 参数:
stepId- The ID of the step.- 返回:
- GetStepRequest
-
withRequestCredentials
public GetStepRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- GetStepRequest
-
-