Interface ListRoutingProfilesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListRoutingProfilesResponse.Builder,,ListRoutingProfilesResponse> SdkBuilder<ListRoutingProfilesResponse.Builder,,ListRoutingProfilesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListRoutingProfilesResponse
public static interface ListRoutingProfilesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfilesResponse.Builder,ListRoutingProfilesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionIf there are additional results, this is the token for the next set of results.routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList) Information about the routing profiles.routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList) Information about the routing profiles.routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList) Information about the routing profiles.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
routingProfileSummaryList
ListRoutingProfilesResponse.Builder routingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList) Information about the routing profiles.
- Parameters:
 routingProfileSummaryList- Information about the routing profiles.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routingProfileSummaryList
ListRoutingProfilesResponse.Builder routingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList) Information about the routing profiles.
- Parameters:
 routingProfileSummaryList- Information about the routing profiles.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routingProfileSummaryList
ListRoutingProfilesResponse.Builder routingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList) Information about the routing profiles.
This is a convenience method that creates an instance of theRoutingProfileSummary.Builderavoiding the need to create one manually viaRoutingProfileSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toroutingProfileSummaryList(List<RoutingProfileSummary>).- Parameters:
 routingProfileSummaryList- a consumer that will call methods onRoutingProfileSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
 nextToken- If there are additional results, this is the token for the next set of results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -