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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPipelineChangeProgressResponse.BuilderchangeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)The current status of the change happening on the pipeline.GetPipelineChangeProgressResponse.BuilderchangeProgressStatuses(Consumer<ChangeProgressStatus.Builder>... changeProgressStatuses)The current status of the change happening on the pipeline.GetPipelineChangeProgressResponse.BuilderchangeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)The current status of the change happening on the pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.osis.model.OsisResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#changeProgressStatuses(List.) - 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:
#changeProgressStatuses(java.util.Collection)
-
-