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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theJobExecutionSummaryForThing.Builder avoiding the need to
create one manually via
JobExecutionSummaryForThing.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #executionSummaries(List.
executionSummaries - a consumer that will call methods on
JobExecutionSummaryForThing.Builder#executionSummaries(java.util.Collection) 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 © 2023. All rights reserved.