public static interface ListJobsResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
jobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
jobs(Consumer<JobListDescriptor.Builder>... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
jobs(JobListDescriptor... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
|
ListJobsResponse.Builder |
nextToken(String nextToken)
If the
List Jobs request produced more than the maximum number of results, you can pass this
value into a subsequent List Jobs request in order to retrieve the next page of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsResponse.Builder nextToken(String nextToken)
If the List Jobs request produced more than the maximum number of results, you can pass this
value into a subsequent List Jobs request in order to retrieve the next page of results.
nextToken - If the List Jobs request produced more than the maximum number of results, you can pass
this value into a subsequent List Jobs request in order to retrieve the next page of
results.ListJobsResponse.Builder jobs(Collection<JobListDescriptor> jobs)
The list of current jobs and jobs that have ended within the last 30 days.
jobs - The list of current jobs and jobs that have ended within the last 30 days.ListJobsResponse.Builder jobs(JobListDescriptor... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
jobs - The list of current jobs and jobs that have ended within the last 30 days.ListJobsResponse.Builder jobs(Consumer<JobListDescriptor.Builder>... jobs)
The list of current jobs and jobs that have ended within the last 30 days.
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) Copyright © 2021. All rights reserved.