public static interface UpdatePipelineNotificationsResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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.