public static interface ListQueuesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListQueuesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListQueuesResponse.Builder |
queueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
|
ListQueuesResponse.Builder |
queueSummaryList(Consumer<QueueSummary.Builder>... queueSummaryList)
Information about the queues.
|
ListQueuesResponse.Builder |
queueSummaryList(QueueSummary... queueSummaryList)
Information about the queues.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQueuesResponse.Builder queueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
queueSummaryList - Information about the queues.ListQueuesResponse.Builder queueSummaryList(QueueSummary... queueSummaryList)
Information about the queues.
queueSummaryList - Information about the queues.ListQueuesResponse.Builder queueSummaryList(Consumer<QueueSummary.Builder>... queueSummaryList)
Information about the queues.
This is a convenience that creates an instance of theList.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 #queueSummaryList(List) .queueSummaryList - a consumer that will call methods on List.Builder #queueSummaryList(List) ListQueuesResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2021. All rights reserved.