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(Job... jobs)
Sets the value of the Jobs property for this object.
|
buildcopyapply, 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 isTruncated(Boolean isTruncated)
isTruncated - The new value for the IsTruncated property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.