public static interface ListRoutingProfileQueuesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfileQueuesResponse.Builder,ListRoutingProfileQueuesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfileQueuesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRoutingProfileQueuesResponse.Builder |
routingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
ListRoutingProfileQueuesResponse.Builder |
routingProfileQueueConfigSummaryList(Consumer<RoutingProfileQueueConfigSummary.Builder>... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
ListRoutingProfileQueuesResponse.Builder |
routingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutingProfileQueuesResponse.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.ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
routingProfileQueueConfigSummaryList - Information about the routing profiles.ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
routingProfileQueueConfigSummaryList - Information about the routing profiles.ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(Consumer<RoutingProfileQueueConfigSummary.Builder>... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
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 #routingProfileQueueConfigSummaryList(List) .routingProfileQueueConfigSummaryList - a consumer that will call methods on List.Builder #routingProfileQueueConfigSummaryList(List) Copyright © 2021. All rights reserved.