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
Modifier and TypeMethodDescriptionlastModifiedRegion
(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime
(Instant lastModifiedTime) The timestamp when this resource was last modified.If there are additional results, this is the token for the next set of results.routingProfileQueueConfigSummaryList
(Collection<RoutingProfileQueueConfigSummary> routingProfileQueueConfigSummaryList) Information about the routing profiles.routingProfileQueueConfigSummaryList
(Consumer<RoutingProfileQueueConfigSummary.Builder>... routingProfileQueueConfigSummaryList) Information about the routing profiles.routingProfileQueueConfigSummaryList
(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 Details
-
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.Builder
avoiding the need to create one manually viaRoutingProfileQueueConfigSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutingProfileQueueConfigSummaryList(List<RoutingProfileQueueConfigSummary>)
.- 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:
-
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
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.
-