Interface ListQueuesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListQueuesResponse.Builder,,ListQueuesResponse> SdkBuilder<ListQueuesResponse.Builder,,ListQueuesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListQueuesResponse
public static interface ListQueuesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionIf there are additional results, this is the token for the next set of results.queueSummaryList(Collection<QueueSummary> queueSummaryList) Information about the queues.queueSummaryList(Consumer<QueueSummary.Builder>... queueSummaryList) Information about the queues.queueSummaryList(QueueSummary... queueSummaryList) Information about the queues.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
queueSummaryList
Information about the queues.
- Parameters:
 queueSummaryList- Information about the queues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queueSummaryList
Information about the queues.
- Parameters:
 queueSummaryList- Information about the queues.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queueSummaryList
Information about the queues.
This is a convenience method that creates an instance of theQueueSummary.Builderavoiding the need to create one manually viaQueueSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueueSummaryList(List<QueueSummary>).- Parameters:
 queueSummaryList- a consumer that will call methods onQueueSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -