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)
Sets the value of the Queue property for this object.
|
CreateQueueResponse.Builder |
queue(Queue queue)
Sets the value of the Queue property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateQueueResponse.Builder queue(Queue queue)
queue
- The new value for the Queue property for this object.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 © 2019. All rights reserved.