Interface ListQueueQuickConnectsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<ListQueueQuickConnectsResponse.Builder,
,ListQueueQuickConnectsResponse> SdkBuilder<ListQueueQuickConnectsResponse.Builder,
,ListQueueQuickConnectsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQueueQuickConnectsResponse
public static interface ListQueueQuickConnectsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListQueueQuickConnectsResponse.Builder,ListQueueQuickConnectsResponse>
-
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.quickConnectSummaryList
(Collection<QuickConnectSummary> quickConnectSummaryList) Information about the quick connects.quickConnectSummaryList
(Consumer<QuickConnectSummary.Builder>... quickConnectSummaryList) Information about the quick connects.quickConnectSummaryList
(QuickConnectSummary... quickConnectSummaryList) Information about the quick connects.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.
-
quickConnectSummaryList
ListQueueQuickConnectsResponse.Builder quickConnectSummaryList(Collection<QuickConnectSummary> quickConnectSummaryList) Information about the quick connects.
- Parameters:
quickConnectSummaryList
- Information about the quick connects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectSummaryList
ListQueueQuickConnectsResponse.Builder quickConnectSummaryList(QuickConnectSummary... quickConnectSummaryList) Information about the quick connects.
- Parameters:
quickConnectSummaryList
- Information about the quick connects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quickConnectSummaryList
ListQueueQuickConnectsResponse.Builder quickConnectSummaryList(Consumer<QuickConnectSummary.Builder>... quickConnectSummaryList) Information about the quick connects.
This is a convenience method that creates an instance of theQuickConnectSummary.Builder
avoiding the need to create one manually viaQuickConnectSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toquickConnectSummaryList(List<QuickConnectSummary>)
.- Parameters:
quickConnectSummaryList
- a consumer that will call methods onQuickConnectSummary.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.
-