public static interface SearchJobsResponse.Builder extends BraketResponse.Builder, SdkPojo, CopyableBuilder<SearchJobsResponse.Builder,SearchJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchJobsResponse.Builder |
jobs(Collection<JobSummary> jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
SearchJobsResponse.Builder |
jobs(Consumer<JobSummary.Builder>... jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
SearchJobsResponse.Builder |
jobs(JobSummary... jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
SearchJobsResponse.Builder |
nextToken(String nextToken)
A token used for pagination of results, or
null if there are no additional results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchJobsResponse.Builder jobs(Collection<JobSummary> jobs)
An array of JobSummary objects for devices that match the specified filter values.
jobs - An array of JobSummary objects for devices that match the specified filter values.SearchJobsResponse.Builder jobs(JobSummary... jobs)
An array of JobSummary objects for devices that match the specified filter values.
jobs - An array of JobSummary objects for devices that match the specified filter values.SearchJobsResponse.Builder jobs(Consumer<JobSummary.Builder>... jobs)
An array of JobSummary objects for devices that match the specified filter values.
List.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) SearchJobsResponse.Builder nextToken(String nextToken)
A token used for pagination of results, or null if there are no additional results. Use the
token value in a subsequent request to continue results where the previous request ended.
nextToken - A token used for pagination of results, or null if there are no additional results. Use
the token value in a subsequent request to continue results where the previous request ended.Copyright © 2022. All rights reserved.