Class ReadPipelineResult
- All Implemented Interfaces:
Serializable
,Cloneable
The ReadPipelineResponse
structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A section of the response body that provides information about the pipeline.Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.int
hashCode()
void
setPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.void
setWarnings
(Collection<Warning> warnings) Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.withWarnings
(Warning... warnings) Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.withWarnings
(Collection<Warning> warnings) Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
-
Constructor Details
-
ReadPipelineResult
public ReadPipelineResult()
-
-
Method Details
-
setPipeline
A section of the response body that provides information about the pipeline.
- Parameters:
pipeline
- A section of the response body that provides information about the pipeline.
-
getPipeline
A section of the response body that provides information about the pipeline.
- Returns:
- A section of the response body that provides information about the pipeline.
-
withPipeline
A section of the response body that provides information about the pipeline.
- Parameters:
pipeline
- A section of the response body that provides information about the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getWarnings
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.
- Returns:
- 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.
-
setWarnings
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.
- Parameters:
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.
-
withWarnings
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)
orwithWarnings(java.util.Collection)
if you want to override the existing values.- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withWarnings
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-