| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
static CreatePipelineResponse.Builder |
CreatePipelineResponse.builder() |
default CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline that is created.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline that is created.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.toBuilder() |
CreatePipelineResponse.Builder |
CreatePipelineResponse.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.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.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.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.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 CreatePipelineResponse.Builder> |
CreatePipelineResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.