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 method that creates an instance of theBackendJobRespObj.Builder avoiding the need to
create one manually via
BackendJobRespObj.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
BackendJobRespObj.Builder#jobs(java.util.Collection) ListBackendJobsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2023. All rights reserved.