Interface GetPipelineChangeProgressResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetPipelineChangeProgressResponse.Builder,,GetPipelineChangeProgressResponse> OsisResponse.Builder,SdkBuilder<GetPipelineChangeProgressResponse.Builder,,GetPipelineChangeProgressResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPipelineChangeProgressResponse
public static interface GetPipelineChangeProgressResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineChangeProgressResponse.Builder,GetPipelineChangeProgressResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses) The current status of the change happening on the pipeline.changeProgressStatuses(Consumer<ChangeProgressStatus.Builder>... changeProgressStatuses) The current status of the change happening on the pipeline.changeProgressStatuses(ChangeProgressStatus... changeProgressStatuses) The current status of the change happening on the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
changeProgressStatuses
GetPipelineChangeProgressResponse.Builder changeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses) The current status of the change happening on the pipeline.
- Parameters:
 changeProgressStatuses- The current status of the change happening on the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
changeProgressStatuses
GetPipelineChangeProgressResponse.Builder changeProgressStatuses(ChangeProgressStatus... changeProgressStatuses) The current status of the change happening on the pipeline.
- Parameters:
 changeProgressStatuses- The current status of the change happening on the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
changeProgressStatuses
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.Builderavoiding the need to create one manually viaChangeProgressStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeProgressStatuses(List<ChangeProgressStatus>).- Parameters:
 changeProgressStatuses- a consumer that will call methods onChangeProgressStatus.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -