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 method that creates an instance of theQueueSummary.Builder avoiding the need to create one
manually via QueueSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #queueSummaryList(List.
queueSummaryList - a consumer that will call methods on
QueueSummary.Builder#queueSummaryList(java.util.Collection) 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 © 2023. All rights reserved.