public static interface UpdatePipelineStatusResponse.Builder extends ElasticTranscoderResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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.