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.
|