public static interface UpdateWirelessDeviceRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWirelessDeviceRequest.Builder,UpdateWirelessDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWirelessDeviceRequest.Builder |
description(String description)
A new description of the resource.
|
UpdateWirelessDeviceRequest.Builder |
destinationName(String destinationName)
The name of the new destination for the device.
|
UpdateWirelessDeviceRequest.Builder |
id(String id)
The ID of the resource to update.
|
default UpdateWirelessDeviceRequest.Builder |
loRaWAN(Consumer<LoRaWANUpdateDevice.Builder> loRaWAN)
The updated wireless device's configuration.
|
UpdateWirelessDeviceRequest.Builder |
loRaWAN(LoRaWANUpdateDevice loRaWAN)
The updated wireless device's configuration.
|
UpdateWirelessDeviceRequest.Builder |
name(String name)
The new name of the resource.
|
UpdateWirelessDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWirelessDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWirelessDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.