Interface ReadPipelineResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>, ElasticTranscoderResponse.Builder, SdkBuilder<ReadPipelineResponse.Builder,ReadPipelineResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ReadPipelineResponse

  • Method Details

    • pipeline

      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.
    • pipeline

      A section of the response body that provides information about the pipeline.

      This is a convenience method that creates an instance of the Pipeline.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).

      Parameters:
      pipeline - a consumer that will call methods on Pipeline.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • warnings

      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.

      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.
    • 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 method that creates an instance of the Warning.Builder avoiding the need to create one manually via Warning.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to warnings(List<Warning>).

      Parameters:
      warnings - a consumer that will call methods on Warning.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: