| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReadPipelineResponse.Builder> |
ReadPipelineResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.