public static interface UpdatePipelineNotificationsResponse.Builder extends ElasticTranscoderResponse.Builder, CopyableBuilder<UpdatePipelineNotificationsResponse.Builder,UpdatePipelineNotificationsResponse>
| Modifier and Type | Method and Description | 
|---|---|
default UpdatePipelineNotificationsResponse.Builder | 
pipeline(Consumer<Pipeline.Builder> pipeline)
 A section of the response body that provides information about the pipeline associated with this
 notification. 
 | 
UpdatePipelineNotificationsResponse.Builder | 
pipeline(Pipeline pipeline)
 A section of the response body that provides information about the pipeline associated with this
 notification. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdatePipelineNotificationsResponse.Builder pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
pipeline - A section of the response body that provides information about the pipeline associated with this
        notification.default UpdatePipelineNotificationsResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
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.