public static interface ListRoutingProfilesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfilesResponse.Builder,ListRoutingProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRoutingProfilesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
|
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList)
Information about the routing profiles.
|
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
Information about the routing profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutingProfilesResponse.Builder routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
Information about the routing profiles.
routingProfileSummaryList - Information about the routing profiles.ListRoutingProfilesResponse.Builder routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
Information about the routing profiles.
routingProfileSummaryList - Information about the routing profiles.ListRoutingProfilesResponse.Builder routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList)
Information about the routing profiles.
This is a convenience method that creates an instance of theRoutingProfileSummary.Builder avoiding the need to
create one manually via RoutingProfileSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #routingProfileSummaryList(List.
routingProfileSummaryList - a consumer that will call methods on
RoutingProfileSummary.Builder#routingProfileSummaryList(java.util.Collection) ListRoutingProfilesResponse.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.