static ListClusterJobsResponse.Builder |
ListClusterJobsResponse.builder() |
|
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.jobListEntries(Collection<JobListEntry> jobListEntries) |
Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs.
|
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.jobListEntries(Consumer<JobListEntry.Builder>... jobListEntries) |
Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs.
|
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.jobListEntries(JobListEntry... jobListEntries) |
Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether
the job is a job part, in the case of export jobs.
|
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.Builder.nextToken(String nextToken) |
HTTP requests are stateless.
|
ListClusterJobsResponse.Builder |
ListClusterJobsResponse.toBuilder() |
|