public static interface ListOtaUpdatesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListOtaUpdatesResponse.Builder,ListOtaUpdatesResponse>
Modifier and Type | Method and Description |
---|---|
ListOtaUpdatesResponse.Builder |
nextToken(String nextToken)
A token to use to get the next set of results.
|
ListOtaUpdatesResponse.Builder |
otaUpdates(Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
ListOtaUpdatesResponse.Builder |
otaUpdates(Consumer<OTAUpdateSummary.Builder>... otaUpdates)
A list of OTA update jobs.
|
ListOtaUpdatesResponse.Builder |
otaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListOtaUpdatesResponse.Builder otaUpdates(Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
otaUpdates
- A list of OTA update jobs.ListOtaUpdatesResponse.Builder otaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
otaUpdates
- A list of OTA update jobs.ListOtaUpdatesResponse.Builder otaUpdates(Consumer<OTAUpdateSummary.Builder>... otaUpdates)
A list of OTA update jobs.
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 #otaUpdates(List)
.otaUpdates
- a consumer that will call methods on List.Builder
#otaUpdates(List)
ListOtaUpdatesResponse.Builder nextToken(String nextToken)
A token to use to get the next set of results.
nextToken
- A token to use to get the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.