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.
JobSummary.Builder avoiding the need to create one
manually via JobSummary.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
JobSummary.Builder#jobs(java.util.Collection) 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 © 2023. All rights reserved.