public static interface ListJobExecutionsForThingResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListJobExecutionsForThingResponse.Builder,ListJobExecutionsForThingResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobExecutionsForThingResponse.Builder |
executionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResponse.Builder |
executionSummaries(Consumer<JobExecutionSummaryForThing.Builder>... executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResponse.Builder |
executionSummaries(JobExecutionSummaryForThing... executionSummaries)
A list of job execution summaries.
|
ListJobExecutionsForThingResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListJobExecutionsForThingResponse.Builder executionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)
A list of job execution summaries.
executionSummaries - A list of job execution summaries.ListJobExecutionsForThingResponse.Builder executionSummaries(JobExecutionSummaryForThing... executionSummaries)
A list of job execution summaries.
executionSummaries - A list of job execution summaries.ListJobExecutionsForThingResponse.Builder executionSummaries(Consumer<JobExecutionSummaryForThing.Builder>... executionSummaries)
A list of job execution summaries.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #executionSummaries(List) .executionSummaries - a consumer that will call methods on List.Builder #executionSummaries(List) ListJobExecutionsForThingResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.