public static interface DescribePipelineResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<DescribePipelineResponse.Builder,DescribePipelineResponse>
| Modifier and Type | Method and Description | 
|---|---|
default DescribePipelineResponse.Builder | 
pipeline(Consumer<Pipeline.Builder> pipeline)
 A "Pipeline" object that contains information about the pipeline. 
 | 
DescribePipelineResponse.Builder | 
pipeline(Pipeline pipeline)
 A "Pipeline" object that contains information about the pipeline. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribePipelineResponse.Builder pipeline(Pipeline pipeline)
A "Pipeline" object that contains information about the pipeline.
pipeline - A "Pipeline" object that contains information about the pipeline.default DescribePipelineResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
A "Pipeline" object that contains information about the pipeline.
This is a convenience 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.