public static interface GetPipelineResponse.Builder extends OsisResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineResponse.Builder,GetPipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineResponse.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
Detailed information about the requested pipeline.
|
GetPipelineResponse.Builder |
pipeline(Pipeline pipeline)
Detailed information about the requested pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPipelineResponse.Builder pipeline(Pipeline pipeline)
Detailed information about the requested pipeline.
pipeline - Detailed information about the requested pipeline.default GetPipelineResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
Detailed information about the requested 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.