public static interface UpdateQueueResponse.Builder extends MediaConvertResponse.Builder, CopyableBuilder<UpdateQueueResponse.Builder,UpdateQueueResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateQueueResponse.Builder |
queue(Consumer<Queue.Builder> queue)
Sets the value of the Queue property for this object.
|
UpdateQueueResponse.Builder |
queue(Queue queue)
Sets the value of the Queue property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateQueueResponse.Builder queue(Queue queue)
queue - The new value for the Queue property for this object.default UpdateQueueResponse.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.Builderqueue(Queue)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.