public static final class DescribePipelineResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePipelineResponseBody.Data |
build() |
DescribePipelineResponseBody.Data.Builder |
coStatus(String coStatus)
The status of the change order for the batch.
|
DescribePipelineResponseBody.Data.Builder |
currentStageId(String currentStageId)
The ID of the batch processing stage.
|
DescribePipelineResponseBody.Data.Builder |
nextPipelineId(String nextPipelineId)
The ID of the next batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineId(String pipelineId)
The ID of the batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineName(String pipelineName)
The name of the batch.
|
DescribePipelineResponseBody.Data.Builder |
pipelineStatus(Integer pipelineStatus)
The batch status.
|
DescribePipelineResponseBody.Data.Builder |
showBatch(Boolean showBatch)
Indicates whether to start processing the next batch.
|
DescribePipelineResponseBody.Data.Builder |
stageList(List<DescribePipelineResponseBody.StageList> stageList)
The list of batch processing stages.
|
public DescribePipelineResponseBody.Data.Builder coStatus(String coStatus)
The status of the change order for the batch.
example:Successful
public DescribePipelineResponseBody.Data.Builder currentStageId(String currentStageId)
The ID of the batch processing stage.
example:c3a55592-4c30-4d84-ac2d-e98c18ec****
public DescribePipelineResponseBody.Data.Builder nextPipelineId(String nextPipelineId)
The ID of the next batch.
example:b77b1c98-5772-4f05-95fc-c7bee5fa****
public DescribePipelineResponseBody.Data.Builder pipelineId(String pipelineId)
The ID of the batch.
example:917660ba-5092-44ca-b8e0-80012c96****
public DescribePipelineResponseBody.Data.Builder pipelineName(String pipelineName)
The name of the batch.
example:First batch
public DescribePipelineResponseBody.Data.Builder pipelineStatus(Integer pipelineStatus)
The batch status. Valid values:
2
public DescribePipelineResponseBody.Data.Builder showBatch(Boolean showBatch)
Indicates whether to start processing the next batch. Valid values:
false
public DescribePipelineResponseBody.Data.Builder stageList(List<DescribePipelineResponseBody.StageList> stageList)
The list of batch processing stages.
public DescribePipelineResponseBody.Data build()
Copyright © 2026. All rights reserved.