public static interface ListJobsResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
jobs(Collection<Job> jobs)
A list of jobs that are defined.
|
ListJobsResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
A list of jobs that are defined.
|
ListJobsResponse.Builder |
jobs(Job... jobs)
A list of jobs that are defined.
|
ListJobsResponse.Builder |
nextToken(String nextToken)
A token that you can use in a subsequent call to retrieve the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsResponse.Builder jobs(Collection<Job> jobs)
A list of jobs that are defined.
jobs - A list of jobs that are defined.ListJobsResponse.Builder jobs(Job... jobs)
A list of jobs that are defined.
jobs - A list of jobs that are defined.ListJobsResponse.Builder jobs(Consumer<Job.Builder>... jobs)
A list of jobs that are defined.
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)
A token that you can use in a subsequent call to retrieve the next set of results.
nextToken - A token that you can use in a subsequent call to retrieve the next set of results.Copyright © 2022. All rights reserved.