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