public static interface ListJobsResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Modifier and Type | Method and Description |
---|---|
ListJobsResponse.Builder |
jobs(Collection<JobEntry> jobs)
The jobs listed by the request.
|
ListJobsResponse.Builder |
jobs(Consumer<JobEntry.Builder>... jobs)
The jobs listed by the request.
|
ListJobsResponse.Builder |
jobs(JobEntry... jobs)
The jobs listed by the request.
|
ListJobsResponse.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListJobsResponse.Builder jobs(Collection<JobEntry> jobs)
The jobs listed by the request.
jobs
- The jobs listed by the request.ListJobsResponse.Builder jobs(JobEntry... jobs)
The jobs listed by the request.
jobs
- The jobs listed by the request.ListJobsResponse.Builder jobs(Consumer<JobEntry.Builder>... jobs)
The jobs listed by the request.
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 #jobs(List)
.jobs
- a consumer that will call methods on List.Builder
#jobs(List)
ListJobsResponse.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.Copyright © 2021. All rights reserved.