Interface ListQueuesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListQueuesResponse.Builder,
,ListQueuesResponse> PcsResponse.Builder
,SdkBuilder<ListQueuesResponse.Builder,
,ListQueuesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQueuesResponse
@Mutable
@NotThreadSafe
public static interface ListQueuesResponse.Builder
extends PcsResponse.Builder, SdkPojo, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe value ofnextToken
is a unique pagination token for each page of results returned.queues
(Collection<QueueSummary> queues) The list of queues associated with the cluster.queues
(Consumer<QueueSummary.Builder>... queues) The list of queues associated with the cluster.queues
(QueueSummary... queues) The list of queues associated with the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pcs.model.PcsResponse.Builder
build, responseMetadata, responseMetadata
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
-
queues
The list of queues associated with the cluster.
- Parameters:
queues
- The list of queues associated with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queues
The list of queues associated with the cluster.
- Parameters:
queues
- The list of queues associated with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queues
The list of queues associated with the cluster.
This is a convenience method that creates an instance of theQueueSummary.Builder
avoiding the need to create one manually viaQueueSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqueues(List<QueueSummary>)
.- Parameters:
queues
- 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
The value of
nextToken
is a unique pagination token for each page of results returned. IfnextToken
is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidToken
error.- Parameters:
nextToken
- The value ofnextToken
is a unique pagination token for each page of results returned. IfnextToken
is returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidToken
error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-