public static interface UpdatePipelineStatusResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipelineStatusResponse.Builder,UpdatePipelineStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipelineStatusResponse.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline.
|
UpdatePipelineStatusResponse.Builder |
pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePipelineStatusResponse.Builder pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline - A section of the response body that provides information about the pipeline.default UpdatePipelineStatusResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the 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.