public static interface ListBackendJobsResponse.Builder extends AmplifyBackendResponse.Builder, SdkPojo, CopyableBuilder<ListBackendJobsResponse.Builder,ListBackendJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBackendJobsResponse.Builder |
jobs(BackendJobRespObj... jobs)
An array of jobs and their properties.
|
ListBackendJobsResponse.Builder |
jobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
|
ListBackendJobsResponse.Builder |
jobs(Consumer<BackendJobRespObj.Builder>... jobs)
An array of jobs and their properties.
|
ListBackendJobsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackendJobsResponse.Builder jobs(Collection<BackendJobRespObj> jobs)
An array of jobs and their properties.
jobs - An array of jobs and their properties.ListBackendJobsResponse.Builder jobs(BackendJobRespObj... jobs)
An array of jobs and their properties.
jobs - An array of jobs and their properties.ListBackendJobsResponse.Builder jobs(Consumer<BackendJobRespObj.Builder>... jobs)
An array of jobs and their properties.
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) ListBackendJobsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2022. All rights reserved.