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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsResponse.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 method that creates an instance of theJobEntry.Builder avoiding the need to create one
manually via JobEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #jobs(List.
jobs - a consumer that will call methods on
JobEntry.Builder#jobs(java.util.Collection) 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 © 2023. All rights reserved.