public static interface SearchQueuesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchQueuesResponse.Builder,SearchQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchQueuesResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
|
SearchQueuesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchQueuesResponse.Builder |
queues(Collection<Queue> queues)
Information about the queues.
|
SearchQueuesResponse.Builder |
queues(Consumer<Queue.Builder>... queues)
Information about the queues.
|
SearchQueuesResponse.Builder |
queues(Queue... queues)
Information about the queues.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchQueuesResponse.Builder queues(Collection<Queue> queues)
Information about the queues.
queues - Information about the queues.SearchQueuesResponse.Builder queues(Queue... queues)
Information about the queues.
queues - Information about the queues.SearchQueuesResponse.Builder queues(Consumer<Queue.Builder>... queues)
Information about the queues.
This is a convenience method that creates an instance of theQueue.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 #queues(List.
queues - a consumer that will call methods on
Queue.Builder#queues(java.util.Collection) SearchQueuesResponse.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.SearchQueuesResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
approximateTotalCount - The total number of queues which matched your search query.Copyright © 2023. All rights reserved.