public static interface UpdatePipelineResponse.Builder extends OsisResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineResponse.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
Container for information about the updated pipeline.
|
UpdatePipelineResponse.Builder |
pipeline(Pipeline pipeline)
Container for information about the updated pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipelineResponse.Builder pipeline(Pipeline pipeline)
Container for information about the updated pipeline.
pipeline - Container for information about the updated pipeline.default UpdatePipelineResponse.Builder pipeline(Consumer<Pipeline.Builder> 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 via Pipeline.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to pipeline(Pipeline).
pipeline - a consumer that will call methods on Pipeline.Builderpipeline(Pipeline)Copyright © 2023. All rights reserved.