Interface ListClusterJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListClusterJobsResponse.Builder,
,ListClusterJobsResponse> SdkBuilder<ListClusterJobsResponse.Builder,
,ListClusterJobsResponse> SdkPojo
,SdkResponse.Builder
,SnowballResponse.Builder
- Enclosing class:
ListClusterJobsResponse
-
Method Summary
Modifier and TypeMethodDescriptionjobListEntries
(Collection<JobListEntry> jobListEntries) EachJobListEntry
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
(Consumer<JobListEntry.Builder>... jobListEntries) EachJobListEntry
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
(JobListEntry... jobListEntries) EachJobListEntry
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.HTTP requests are stateless.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.- Parameters:
jobListEntries
- EachJobListEntry
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
jobListEntries
- EachJobListEntry
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobListEntries
Each
This is a convenience method that creates an instance of theJobListEntry
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.JobListEntry.Builder
avoiding the need to create one manually viaJobListEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobListEntries(List<JobListEntry>)
.- Parameters:
jobListEntries
- a consumer that will call methods onJobListEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
HTTP requests are stateless. If you use the automatically generated
NextToken
value in your nextListClusterJobsResult
call, your list of returned jobs will start from this point in the array.- Parameters:
nextToken
- HTTP requests are stateless. If you use the automatically generatedNextToken
value in your nextListClusterJobsResult
call, your list of returned jobs will start from this point in the array.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-