Interface GetQueueResponse.Builder

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

public static interface GetQueueResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<GetQueueResponse.Builder,GetQueueResponse>
  • Method Details

    • queue

      You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
      Parameters:
      queue - You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queue

      You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html. This is a convenience method that creates an instance of the Queue.Builder avoiding the need to create one manually via Queue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queue(Queue).

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