Interface ListRoutingProfileManualAssignmentQueuesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListRoutingProfileManualAssignmentQueuesResponse.Builder,
,ListRoutingProfileManualAssignmentQueuesResponse> SdkBuilder<ListRoutingProfileManualAssignmentQueuesResponse.Builder,
,ListRoutingProfileManualAssignmentQueuesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRoutingProfileManualAssignmentQueuesResponse
@Mutable
@NotThreadSafe
public static interface ListRoutingProfileManualAssignmentQueuesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListRoutingProfileManualAssignmentQueuesResponse.Builder,ListRoutingProfileManualAssignmentQueuesResponse>
-
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.routingProfileManualAssignmentQueueConfigSummaryList
(Collection<RoutingProfileManualAssignmentQueueConfigSummary> routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.routingProfileManualAssignmentQueueConfigSummaryList
(Consumer<RoutingProfileManualAssignmentQueueConfigSummary.Builder>... routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.routingProfileManualAssignmentQueueConfigSummaryList
(RoutingProfileManualAssignmentQueueConfigSummary... routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.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, sdkFieldNameToField, 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.
-
routingProfileManualAssignmentQueueConfigSummaryList
ListRoutingProfileManualAssignmentQueuesResponse.Builder routingProfileManualAssignmentQueueConfigSummaryList(Collection<RoutingProfileManualAssignmentQueueConfigSummary> routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.
- Parameters:
routingProfileManualAssignmentQueueConfigSummaryList
- Information about the manual assignment queues associated with the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileManualAssignmentQueueConfigSummaryList
ListRoutingProfileManualAssignmentQueuesResponse.Builder routingProfileManualAssignmentQueueConfigSummaryList(RoutingProfileManualAssignmentQueueConfigSummary... routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.
- Parameters:
routingProfileManualAssignmentQueueConfigSummaryList
- Information about the manual assignment queues associated with the routing profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingProfileManualAssignmentQueueConfigSummaryList
ListRoutingProfileManualAssignmentQueuesResponse.Builder routingProfileManualAssignmentQueueConfigSummaryList(Consumer<RoutingProfileManualAssignmentQueueConfigSummary.Builder>... routingProfileManualAssignmentQueueConfigSummaryList) Information about the manual assignment queues associated with the routing profile.
This is a convenience method that creates an instance of theRoutingProfileManualAssignmentQueueConfigSummary.Builder
avoiding the need to create one manually viaRoutingProfileManualAssignmentQueueConfigSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toroutingProfileManualAssignmentQueueConfigSummaryList(List<RoutingProfileManualAssignmentQueueConfigSummary>)
.- Parameters:
routingProfileManualAssignmentQueueConfigSummaryList
- a consumer that will call methods onRoutingProfileManualAssignmentQueueConfigSummary.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
ListRoutingProfileManualAssignmentQueuesResponse.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.
-