public static interface GetOtaUpdateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetOtaUpdateResponse.Builder,GetOtaUpdateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetOtaUpdateResponse.Builder |
otaUpdateInfo(Consumer<OTAUpdateInfo.Builder> otaUpdateInfo)
The OTA update info.
|
GetOtaUpdateResponse.Builder |
otaUpdateInfo(OTAUpdateInfo otaUpdateInfo)
The OTA update info.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetOtaUpdateResponse.Builder otaUpdateInfo(OTAUpdateInfo otaUpdateInfo)
The OTA update info.
otaUpdateInfo - The OTA update info.default GetOtaUpdateResponse.Builder otaUpdateInfo(Consumer<OTAUpdateInfo.Builder> otaUpdateInfo)
The OTA update info.
This is a convenience that creates an instance of theOTAUpdateInfo.Builder avoiding the need to
create one manually via OTAUpdateInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to otaUpdateInfo(OTAUpdateInfo).otaUpdateInfo - a consumer that will call methods on OTAUpdateInfo.BuilderotaUpdateInfo(OTAUpdateInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.