Interface ListRoutingProfileQueuesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListRoutingProfileQueuesResponse.Builder,ListRoutingProfileQueuesResponse>,SdkBuilder<ListRoutingProfileQueuesResponse.Builder,ListRoutingProfileQueuesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListRoutingProfileQueuesResponse
public static interface ListRoutingProfileQueuesResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfileQueuesResponse.Builder,ListRoutingProfileQueuesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRoutingProfileQueuesResponse.BuilderlastModifiedRegion(String lastModifiedRegion)The Amazon Web Services Region where this resource was last modified.ListRoutingProfileQueuesResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The timestamp when this resource was last modified.ListRoutingProfileQueuesResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListRoutingProfileQueuesResponse.BuilderroutingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)Information about the routing profiles.ListRoutingProfileQueuesResponse.BuilderroutingProfileQueueConfigSummaryList(Consumer<RoutingProfileQueueConfigSummary.Builder>... routingProfileQueueConfigSummaryList)Information about the routing profiles.ListRoutingProfileQueuesResponse.BuilderroutingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)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
-
nextToken
ListRoutingProfileQueuesResponse.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.
-
routingProfileQueueConfigSummaryList
ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList)
Information about the routing profiles.
- Parameters:
routingProfileQueueConfigSummaryList- Information about the routing profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileQueueConfigSummaryList
ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(RoutingProfileQueueConfigSummary... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
- Parameters:
routingProfileQueueConfigSummaryList- Information about the routing profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileQueueConfigSummaryList
ListRoutingProfileQueuesResponse.Builder routingProfileQueueConfigSummaryList(Consumer<RoutingProfileQueueConfigSummary.Builder>... routingProfileQueueConfigSummaryList)
Information about the routing profiles.
This is a convenience method that creates an instance of theRoutingProfileQueueConfigSummary.Builderavoiding the need to create one manually viaRoutingProfileQueueConfigSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#routingProfileQueueConfigSummaryList(List.) - Parameters:
routingProfileQueueConfigSummaryList- a consumer that will call methods onRoutingProfileQueueConfigSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#routingProfileQueueConfigSummaryList(java.util.Collection)
-
lastModifiedTime
ListRoutingProfileQueuesResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
ListRoutingProfileQueuesResponse.Builder lastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-