public static interface ListRoutingProfilesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfilesResponse.Builder,ListRoutingProfilesResponse>
Modifier and Type | Method and Description |
---|---|
ListRoutingProfilesResponse.Builder |
nextToken(String nextToken)
A string returned in the response.
|
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing
profile. |
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing
profile. |
ListRoutingProfilesResponse.Builder |
routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
An array of
RoutingProfileSummary objects that include the ARN, Id, and Name of the routing
profile. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListRoutingProfilesResponse.Builder routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.
routingProfileSummaryList
- An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the
routing profile.ListRoutingProfilesResponse.Builder routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.
routingProfileSummaryList
- An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the
routing profile.ListRoutingProfilesResponse.Builder routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList)
An array of RoutingProfileSummary
objects that include the ARN, Id, and Name of the routing
profile.
List.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 #routingProfileSummaryList(List)
.routingProfileSummaryList
- a consumer that will call methods on List.Builder
#routingProfileSummaryList(List)
ListRoutingProfilesResponse.Builder nextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the
NextToken in a subsequent request to retrieve the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.