public static interface UpdateFuotaTaskRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateFuotaTaskRequest.Builder,UpdateFuotaTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFuotaTaskRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
UpdateFuotaTaskRequest.Builder |
firmwareUpdateImage(String firmwareUpdateImage)
Sets the value of the FirmwareUpdateImage property for this object.
|
UpdateFuotaTaskRequest.Builder |
firmwareUpdateRole(String firmwareUpdateRole)
Sets the value of the FirmwareUpdateRole property for this object.
|
UpdateFuotaTaskRequest.Builder |
fragmentIntervalMS(Integer fragmentIntervalMS)
Sets the value of the FragmentIntervalMS property for this object.
|
UpdateFuotaTaskRequest.Builder |
fragmentSizeBytes(Integer fragmentSizeBytes)
Sets the value of the FragmentSizeBytes property for this object.
|
UpdateFuotaTaskRequest.Builder |
id(String id)
Sets the value of the Id property for this object.
|
default UpdateFuotaTaskRequest.Builder |
loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
UpdateFuotaTaskRequest.Builder |
loRaWAN(LoRaWANFuotaTask loRaWAN)
Sets the value of the LoRaWAN property for this object.
|
UpdateFuotaTaskRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
UpdateFuotaTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFuotaTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFuotaTaskRequest.Builder |
redundancyPercent(Integer redundancyPercent)
Sets the value of the RedundancyPercent property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFuotaTaskRequest.Builder id(String id)
id - The new value for the Id property for this object.UpdateFuotaTaskRequest.Builder name(String name)
name - The new value for the Name property for this object.UpdateFuotaTaskRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateFuotaTaskRequest.Builder loRaWAN(LoRaWANFuotaTask loRaWAN)
loRaWAN - The new value for the LoRaWAN property for this object.default UpdateFuotaTaskRequest.Builder loRaWAN(Consumer<LoRaWANFuotaTask.Builder> loRaWAN)
LoRaWANFuotaTask.Builder avoiding the
need to create one manually via LoRaWANFuotaTask.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANFuotaTask).
loRaWAN - a consumer that will call methods on LoRaWANFuotaTask.BuilderloRaWAN(LoRaWANFuotaTask)UpdateFuotaTaskRequest.Builder firmwareUpdateImage(String firmwareUpdateImage)
firmwareUpdateImage - The new value for the FirmwareUpdateImage property for this object.UpdateFuotaTaskRequest.Builder firmwareUpdateRole(String firmwareUpdateRole)
firmwareUpdateRole - The new value for the FirmwareUpdateRole property for this object.UpdateFuotaTaskRequest.Builder redundancyPercent(Integer redundancyPercent)
redundancyPercent - The new value for the RedundancyPercent property for this object.UpdateFuotaTaskRequest.Builder fragmentSizeBytes(Integer fragmentSizeBytes)
fragmentSizeBytes - The new value for the FragmentSizeBytes property for this object.UpdateFuotaTaskRequest.Builder fragmentIntervalMS(Integer fragmentIntervalMS)
fragmentIntervalMS - The new value for the FragmentIntervalMS property for this object.UpdateFuotaTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFuotaTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.