JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elastictranscoder.model

Class UpdatePipelineResult

    • Constructor Detail

      • UpdatePipelineResult

        public UpdatePipelineResult()
    • Method Detail

      • setPipeline

        public void setPipeline(Pipeline pipeline)

        The pipeline updated by this UpdatePipelineResponse call.

        Parameters:
        pipeline - The pipeline updated by this UpdatePipelineResponse call.
      • getPipeline

        public Pipeline getPipeline()

        The pipeline updated by this UpdatePipelineResponse call.

        Returns:
        The pipeline updated by this UpdatePipelineResponse call.
      • withPipeline

        public UpdatePipelineResult withPipeline(Pipeline pipeline)

        The pipeline updated by this UpdatePipelineResponse call.

        Parameters:
        pipeline - The pipeline updated by this UpdatePipelineResponse call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getWarnings

        public List<Warning> 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

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

        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

        public UpdatePipelineResult withWarnings(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.

        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

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

        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

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /