public static interface SearchRoutingProfilesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchRoutingProfilesResponse.Builder,SearchRoutingProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchRoutingProfilesResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of routing profiles which matched your search query.
|
SearchRoutingProfilesResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchRoutingProfilesResponse.Builder |
routingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
|
SearchRoutingProfilesResponse.Builder |
routingProfiles(Consumer<RoutingProfile.Builder>... routingProfiles)
Information about the routing profiles.
|
SearchRoutingProfilesResponse.Builder |
routingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRoutingProfilesResponse.Builder routingProfiles(Collection<RoutingProfile> routingProfiles)
Information about the routing profiles.
routingProfiles - Information about the routing profiles.SearchRoutingProfilesResponse.Builder routingProfiles(RoutingProfile... routingProfiles)
Information about the routing profiles.
routingProfiles - Information about the routing profiles.SearchRoutingProfilesResponse.Builder routingProfiles(Consumer<RoutingProfile.Builder>... routingProfiles)
Information about the routing profiles.
This is a convenience method that creates an instance of theRoutingProfile.Builder avoiding the need to create one
manually via RoutingProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #routingProfiles(List.
routingProfiles - a consumer that will call methods on
RoutingProfile.Builder#routingProfiles(java.util.Collection) SearchRoutingProfilesResponse.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.SearchRoutingProfilesResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of routing profiles which matched your search query.
approximateTotalCount - The total number of routing profiles which matched your search query.Copyright © 2023. All rights reserved.