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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRoutingProfilesResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListRoutingProfilesResponse.BuilderroutingProfileSummaryList(Collection<RoutingProfileSummary> routingProfileSummaryList)Information about the routing profiles.ListRoutingProfilesResponse.BuilderroutingProfileSummaryList(Consumer<RoutingProfileSummary.Builder>... routingProfileSummaryList)Information about the routing profiles.ListRoutingProfilesResponse.BuilderroutingProfileSummaryList(RoutingProfileSummary... routingProfileSummaryList)Information about the routing profiles.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#routingProfileSummaryList(List.) - 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:
#routingProfileSummaryList(java.util.Collection)
-
nextToken
ListRoutingProfilesResponse.Builder nextToken(String 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.
-
-