CopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
, SdkBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
public static interface UpdatePipelineResponse.Builder extends CopyableBuilder<UpdatePipelineResponse.Builder,UpdatePipelineResponse>
Modifier and Type | Method | Description |
---|---|---|
UpdatePipelineResponse.Builder |
pipeline(Pipeline pipeline) |
The pipeline updated by this
UpdatePipelineResponse call. |
UpdatePipelineResponse.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.
|
UpdatePipelineResponse.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
UpdatePipelineResponse.Builder pipeline(Pipeline pipeline)
The pipeline updated by this UpdatePipelineResponse
call.
pipeline
- The pipeline updated by this UpdatePipelineResponse
call.UpdatePipelineResponse.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.
UpdatePipelineResponse.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.