public static interface GetPipelineChangeProgressResponse.Builder extends OsisResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineChangeProgressResponse.Builder,GetPipelineChangeProgressResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPipelineChangeProgressResponse.Builder |
changeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
|
GetPipelineChangeProgressResponse.Builder |
changeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
|
GetPipelineChangeProgressResponse.Builder |
changeProgressStatuses(Consumer<ChangeProgressStatus.Builder>... changeProgressStatuses)
The current status of the change happening on the pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPipelineChangeProgressResponse.Builder changeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)
The current status of the change happening on the pipeline.
changeProgressStatuses - The current status of the change happening on the pipeline.GetPipelineChangeProgressResponse.Builder changeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)
The current status of the change happening on the pipeline.
changeProgressStatuses - The current status of the change happening on the pipeline.GetPipelineChangeProgressResponse.Builder changeProgressStatuses(Consumer<ChangeProgressStatus.Builder>... changeProgressStatuses)
The current status of the change happening on the pipeline.
This is a convenience method that creates an instance of theChangeProgressStatus.Builder avoiding the need to create
one manually via ChangeProgressStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #changeProgressStatuses(List.
changeProgressStatuses - a consumer that will call methods on
ChangeProgressStatus.Builder#changeProgressStatuses(java.util.Collection) Copyright © 2023. All rights reserved.