Interface ListQueuesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectResponse.Builder,- CopyableBuilder<ListQueuesResponse.Builder,,- ListQueuesResponse> - SdkBuilder<ListQueuesResponse.Builder,,- ListQueuesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListQueuesResponse
@Mutable
@NotThreadSafe
public static interface ListQueuesResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse> 
- 
Method SummaryModifier 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.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
queueSummaryListInformation about the queues. - Parameters:
- queueSummaryList- Information about the queues.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queueSummaryListInformation about the queues. - Parameters:
- queueSummaryList- Information about the queues.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queueSummaryListInformation 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 on- QueueSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf 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.
 
 
-