public static interface WirelessDeviceStatistics.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceStatistics.Builder,WirelessDeviceStatistics>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWirelessDeviceStatistics.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.WirelessDeviceStatistics.Builder id(String id)
The ID of the wireless device reporting the data.
id - The ID of the wireless device reporting the data.WirelessDeviceStatistics.Builder type(String type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceStatistics.Builder type(WirelessDeviceType type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceStatistics.Builder name(String name)
The name of the resource.
name - The name of the resource.WirelessDeviceStatistics.Builder destinationName(String destinationName)
The name of the destination to which the device is assigned.
destinationName - The name of the destination to which the device is assigned.WirelessDeviceStatistics.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
lastUplinkReceivedAt - The date and time when the most recent uplink was received.WirelessDeviceStatistics.Builder loRaWAN(LoRaWANListDevice loRaWAN)
LoRaWAN device info.
loRaWAN - LoRaWAN device info.default WirelessDeviceStatistics.Builder loRaWAN(Consumer<LoRaWANListDevice.Builder> loRaWAN)
LoRaWAN device info.
This is a convenience that creates an instance of theLoRaWANListDevice.Builder avoiding the need to
create one manually via LoRaWANListDevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANListDevice).loRaWAN - a consumer that will call methods on LoRaWANListDevice.BuilderloRaWAN(LoRaWANListDevice)WirelessDeviceStatistics.Builder sidewalk(SidewalkListDevice sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.default WirelessDeviceStatistics.Builder sidewalk(Consumer<SidewalkListDevice.Builder> sidewalk)
The Sidewalk account credentials.
This is a convenience that creates an instance of theSidewalkListDevice.Builder avoiding the need to
create one manually via SidewalkListDevice.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sidewalk(SidewalkListDevice).sidewalk - a consumer that will call methods on SidewalkListDevice.Buildersidewalk(SidewalkListDevice)Copyright © 2021. All rights reserved.