public static interface UpdateWirelessDeviceRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWirelessDeviceRequest.Builder,UpdateWirelessDeviceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWirelessDeviceRequest.Builder id(String id)
The ID of the resource to update.
id - The ID of the resource to update.UpdateWirelessDeviceRequest.Builder destinationName(String destinationName)
The name of the new destination for the device.
destinationName - The name of the new destination for the device.UpdateWirelessDeviceRequest.Builder name(String name)
The new name of the resource.
name - The new name of the resource.UpdateWirelessDeviceRequest.Builder description(String description)
A new description of the resource.
description - A new description of the resource.UpdateWirelessDeviceRequest.Builder loRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
loRaWAN - The updated wireless device's configuration.default UpdateWirelessDeviceRequest.Builder loRaWAN(Consumer<LoRaWANUpdateDevice.Builder> loRaWAN)
The updated wireless device's configuration.
This is a convenience method that creates an instance of theLoRaWANUpdateDevice.Builder avoiding the
need to create one manually via LoRaWANUpdateDevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loRaWAN(LoRaWANUpdateDevice).
loRaWAN - a consumer that will call methods on LoRaWANUpdateDevice.BuilderloRaWAN(LoRaWANUpdateDevice)UpdateWirelessDeviceRequest.Builder positioning(String positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning - FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatus,
PositioningConfigStatusUpdateWirelessDeviceRequest.Builder positioning(PositioningConfigStatus positioning)
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
positioning - FPort values for the GNSS, stream, and ClockSync functions of the positioning information.PositioningConfigStatus,
PositioningConfigStatusUpdateWirelessDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWirelessDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.