CopyableBuilder<ListClusterJobsResponse.Builder,ListClusterJobsResponse>
, SdkBuilder<ListClusterJobsResponse.Builder,ListClusterJobsResponse>
public static interface ListClusterJobsResponse.Builder extends CopyableBuilder<ListClusterJobsResponse.Builder,ListClusterJobsResponse>
Modifier and Type | Method | Description |
---|---|---|
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 |
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 |
nextToken(String nextToken) |
HTTP requests are stateless.
|
copy
apply, build
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.
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 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.
NOTE: This method appends the values to the existing list (if any). Use
#setJobListEntries(java.util.Collection)
or #withJobListEntries(java.util.Collection)
if you
want to override the existing values.
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 nextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated NextToken
value in your next
ListClusterJobsResult
call, your list of returned jobs will start from this point in the array.
nextToken
- HTTP requests are stateless. If you use the automatically generated NextToken
value in
your next ListClusterJobsResult
call, your list of returned jobs will start from this
point in the array.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.