public static interface CreateQueueResponse.Builder extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<CreateQueueResponse.Builder,CreateQueueResponse>
Modifier and Type | Method and Description |
---|---|
default CreateQueueResponse.Builder |
queue(Consumer<Queue.Builder> 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.
|
CreateQueueResponse.Builder |
queue(Queue 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateQueueResponse.Builder queue(Queue queue)
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.default CreateQueueResponse.Builder queue(Consumer<Queue.Builder> queue)
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)
.queue
- a consumer that will call methods on Queue.Builder
queue(Queue)
Copyright © 2022. All rights reserved.