Interface ListJobExecutionsForJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListJobExecutionsForJobResponse.Builder,
,ListJobExecutionsForJobResponse> IotResponse.Builder
,SdkBuilder<ListJobExecutionsForJobResponse.Builder,
,ListJobExecutionsForJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListJobExecutionsForJobResponse
public static interface ListJobExecutionsForJobResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForJobResponse.Builder,ListJobExecutionsForJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionSummaries
(Collection<JobExecutionSummaryForJob> executionSummaries) A list of job execution summaries.executionSummaries
(Consumer<JobExecutionSummaryForJob.Builder>... executionSummaries) A list of job execution summaries.executionSummaries
(JobExecutionSummaryForJob... executionSummaries) A list of job execution summaries.The token for the next set of results, or null if there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
executionSummaries
ListJobExecutionsForJobResponse.Builder executionSummaries(Collection<JobExecutionSummaryForJob> executionSummaries) A list of job execution summaries.
- Parameters:
executionSummaries
- A list of job execution summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ListJobExecutionsForJobResponse.Builder executionSummaries(JobExecutionSummaryForJob... executionSummaries) A list of job execution summaries.
- Parameters:
executionSummaries
- A list of job execution summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ListJobExecutionsForJobResponse.Builder executionSummaries(Consumer<JobExecutionSummaryForJob.Builder>... executionSummaries) A list of job execution summaries.
This is a convenience method that creates an instance of theJobExecutionSummaryForJob.Builder
avoiding the need to create one manually viaJobExecutionSummaryForJob.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexecutionSummaries(List<JobExecutionSummaryForJob>)
.- Parameters:
executionSummaries
- a consumer that will call methods onJobExecutionSummaryForJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-