CopyableBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>
, SdkBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>
public static interface ReadPipelineResponse.Builder extends CopyableBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>
Modifier and Type | Method | Description |
---|---|---|
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(Warning... warnings) |
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the
pipeline.
|
copy
apply, 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.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.
NOTE: This method appends the values to the existing list (if any). Use
#setWarnings(java.util.Collection)
or #withWarnings(java.util.Collection)
if you want to
override the existing values.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.