static ReadPipelineResponse.Builder |
ReadPipelineResponse.builder() |
|
default ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline) |
A section of the response body that provides information about the pipeline.
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.pipeline(Pipeline pipeline) |
A section of the response body that provides information about the pipeline.
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.toBuilder() |
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.warnings(Collection<Warning> warnings) |
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.warnings(Consumer<Warning.Builder>... warnings) |
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
ReadPipelineResponse.Builder |
ReadPipelineResponse.Builder.warnings(Warning... warnings) |
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|