public static interface ReadPipelineResponse.Builder extends ElasticTranscoderResponse.Builder, CopyableBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>
Modifier and Type | Method and Description |
---|---|
default ReadPipelineResponse.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline.
|
ReadPipelineResponse.Builder |
pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
|
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 |
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 |
warnings(Warning... warnings)
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ReadPipelineResponse.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 ReadPipelineResponse.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.Builder
pipeline(Pipeline)
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.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
warnings
- Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region
as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
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.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
warnings
- Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region
as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
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.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #warnings(List)
.warnings
- a consumer that will call methods on List.Builder
#warnings(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.