public static interface ListQueuesResponse.Builder extends MediaConvertResponse.Builder, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListQueuesResponse.Builder |
nextToken(String nextToken)
Use this string to request the next batch of queues.
|
ListQueuesResponse.Builder |
queues(Collection<Queue> queues)
List of queues
|
ListQueuesResponse.Builder |
queues(Consumer<Queue.Builder>... queues)
List of queues This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
ListQueuesResponse.Builder |
queues(Queue... queues)
List of queues
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListQueuesResponse.Builder nextToken(String nextToken)
nextToken - Use this string to request the next batch of queues.ListQueuesResponse.Builder queues(Collection<Queue> queues)
queues - List of queuesListQueuesResponse.Builder queues(Queue... queues)
queues - List of queuesListQueuesResponse.Builder queues(Consumer<Queue.Builder>... queues)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #queues(List) .queues - a consumer that will call methods on List.Builder #queues(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.