public static interface DescribeJobQueuesResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<DescribeJobQueuesResponse.Builder,DescribeJobQueuesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeJobQueuesResponse.Builder |
jobQueues(Collection<JobQueueDetail> jobQueues)
The list of job queues.
|
DescribeJobQueuesResponse.Builder |
jobQueues(Consumer<JobQueueDetail.Builder>... jobQueues)
The list of job queues.
|
DescribeJobQueuesResponse.Builder |
jobQueues(JobQueueDetail... jobQueues)
The list of job queues.
|
DescribeJobQueuesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future DescribeJobQueues request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeJobQueuesResponse.Builder jobQueues(Collection<JobQueueDetail> jobQueues)
The list of job queues.
jobQueues
- The list of job queues.DescribeJobQueuesResponse.Builder jobQueues(JobQueueDetail... jobQueues)
The list of job queues.
jobQueues
- The list of job queues.DescribeJobQueuesResponse.Builder jobQueues(Consumer<JobQueueDetail.Builder>... jobQueues)
The list of job queues.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #jobQueues(List)
.jobQueues
- a consumer that will call methods on List.Builder
#jobQueues(List)
DescribeJobQueuesResponse.Builder nextToken(String nextToken)
The nextToken
value to include in a future DescribeJobQueues
request. When the
results of a DescribeJobQueues
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future DescribeJobQueues
request. When
the results of a DescribeJobQueues
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when there are no more
results to return.Copyright © 2019. All rights reserved.