public static interface GetFuotaTaskResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetFuotaTaskResponse.Builder,GetFuotaTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFuotaTaskResponse.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
GetFuotaTaskResponse.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
GetFuotaTaskResponse.Builder |
description(String description)
Sets the value of the Description property for this object.
|
GetFuotaTaskResponse.Builder |
firmwareUpdateImage(String firmwareUpdateImage)
Sets the value of the FirmwareUpdateImage property for this object.
|
GetFuotaTaskResponse.Builder |
firmwareUpdateRole(String firmwareUpdateRole)
Sets the value of the FirmwareUpdateRole property for this object.
|
GetFuotaTaskResponse.Builder |
id(String id)
Sets the value of the Id property for this object.
|
default GetFuotaTaskResponse.Builder |
loRaWAN(Consumer<LoRaWANFuotaTaskGetInfo.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
GetFuotaTaskResponse.Builder |
loRaWAN(LoRaWANFuotaTaskGetInfo loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
GetFuotaTaskResponse.Builder |
name(String name)
Sets the value of the Name property for this object.
|
GetFuotaTaskResponse.Builder |
status(FuotaTaskStatus status)
Sets the value of the Status property for this object.
|
GetFuotaTaskResponse.Builder |
status(String status)
Sets the value of the Status property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFuotaTaskResponse.Builder arn(String arn)
arn - The new value for the Arn property for this object.GetFuotaTaskResponse.Builder id(String id)
id - The new value for the Id property for this object.GetFuotaTaskResponse.Builder status(String status)
status - The new value for the Status property for this object.FuotaTaskStatus,
FuotaTaskStatusGetFuotaTaskResponse.Builder status(FuotaTaskStatus status)
status - The new value for the Status property for this object.FuotaTaskStatus,
FuotaTaskStatusGetFuotaTaskResponse.Builder name(String name)
name - The new value for the Name property for this object.GetFuotaTaskResponse.Builder description(String description)
description - The new value for the Description property for this object.GetFuotaTaskResponse.Builder loRaWAN(LoRaWANFuotaTaskGetInfo loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default GetFuotaTaskResponse.Builder loRaWAN(Consumer<LoRaWANFuotaTaskGetInfo.Builder> loRaWAN)
LoRaWANFuotaTaskGetInfo.Builder avoiding
the need to create one manually via LoRaWANFuotaTaskGetInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to loRaWAN(LoRaWANFuotaTaskGetInfo).
loRaWAN - a consumer that will call methods on LoRaWANFuotaTaskGetInfo.BuilderloRaWAN(LoRaWANFuotaTaskGetInfo)GetFuotaTaskResponse.Builder firmwareUpdateImage(String firmwareUpdateImage)
firmwareUpdateImage - The new value for the FirmwareUpdateImage property for this object.GetFuotaTaskResponse.Builder firmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole - The new value for the FirmwareUpdateRole property for this object.GetFuotaTaskResponse.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.Copyright © 2022. All rights reserved.