public static interface ListJobsResponse.Builder extends ImportExportResponse.Builder, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
isTruncated(Boolean isTruncated)
Sets the value of the IsTruncated property for this object.
|
ListJobsResponse.Builder |
jobs(Collection<Job> jobs)
Sets the value of the Jobs property for this object.
|
ListJobsResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
Sets the value of the Jobs property for this object.
|
ListJobsResponse.Builder |
jobs(Job... jobs)
Sets the value of the Jobs property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListJobsResponse.Builder jobs(Collection<Job> jobs)
jobs - The new value for the Jobs property for this object.ListJobsResponse.Builder jobs(Job... jobs)
jobs - The new value for the Jobs property for this object.ListJobsResponse.Builder jobs(Consumer<Job.Builder>... jobs)
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) ListJobsResponse.Builder isTruncated(Boolean isTruncated)
isTruncated - The new value for the IsTruncated property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.