Interface UpdatePipelineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdatePipelineResponse.Builder,
,UpdatePipelineResponse> OsisResponse.Builder
,SdkBuilder<UpdatePipelineResponse.Builder,
,UpdatePipelineResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdatePipelineResponse
@Mutable
@NotThreadSafe
public static interface UpdatePipelineResponse.Builder
extends OsisResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdatePipelineResponse.Builder
pipeline
(Consumer<Pipeline.Builder> pipeline) Container for information about the updated pipeline.Container for information about the updated 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipeline
Container for information about the updated pipeline.
- Parameters:
pipeline
- Container for information about the updated pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipeline
Container for information about the updated pipeline.
This is a convenience method that creates an instance of thePipeline.Builder
avoiding the need to create one manually viaPipeline.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topipeline(Pipeline)
.- Parameters:
pipeline
- a consumer that will call methods onPipeline.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-