类 GetStepRequest


  • public class GetStepRequest
    extends AbstractBceRequest
    Provides options for describing a step.

    The essential options are cluster ID and step ID.

    • 构造器详细资料

      • GetStepRequest

        public GetStepRequest()
    • 方法详细资料

      • 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