public static interface WirelessDeviceStatistics.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceStatistics.Builder,WirelessDeviceStatistics>
| Modifier and Type | Method and Description |
|---|---|
WirelessDeviceStatistics.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
WirelessDeviceStatistics.Builder |
destinationName(String destinationName)
The name of the destination to which the device is assigned.
|
WirelessDeviceStatistics.Builder |
fuotaDeviceStatus(FuotaDeviceStatus fuotaDeviceStatus)
Sets the value of the FuotaDeviceStatus property for this object.
|
WirelessDeviceStatistics.Builder |
fuotaDeviceStatus(String fuotaDeviceStatus)
Sets the value of the FuotaDeviceStatus property for this object.
|
WirelessDeviceStatistics.Builder |
id(String id)
The ID of the wireless device reporting the data.
|
WirelessDeviceStatistics.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
default WirelessDeviceStatistics.Builder |
loRaWAN(Consumer<LoRaWANListDevice.Builder> loRaWAN)
LoRaWAN device info.
|
WirelessDeviceStatistics.Builder |
loRaWAN(LoRaWANListDevice loRaWAN)
LoRaWAN device info.
|
WirelessDeviceStatistics.Builder |
mcGroupId(Integer mcGroupId)
Sets the value of the McGroupId property for this object.
|
WirelessDeviceStatistics.Builder |
multicastDeviceStatus(String multicastDeviceStatus)
The status of the wireless device in the multicast group.
|
WirelessDeviceStatistics.Builder |
name(String name)
The name of the resource.
|
default WirelessDeviceStatistics.Builder |
sidewalk(Consumer<SidewalkListDevice.Builder> sidewalk)
The Sidewalk account credentials.
|
WirelessDeviceStatistics.Builder |
sidewalk(SidewalkListDevice sidewalk)
The Sidewalk account credentials.
|
WirelessDeviceStatistics.Builder |
type(String type)
The wireless device type.
|
WirelessDeviceStatistics.Builder |
type(WirelessDeviceType type)
The wireless device type.
|
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 method 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 method 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)WirelessDeviceStatistics.Builder fuotaDeviceStatus(String fuotaDeviceStatus)
fuotaDeviceStatus - The new value for the FuotaDeviceStatus property for this object.FuotaDeviceStatus,
FuotaDeviceStatusWirelessDeviceStatistics.Builder fuotaDeviceStatus(FuotaDeviceStatus fuotaDeviceStatus)
fuotaDeviceStatus - The new value for the FuotaDeviceStatus property for this object.FuotaDeviceStatus,
FuotaDeviceStatusWirelessDeviceStatistics.Builder multicastDeviceStatus(String multicastDeviceStatus)
The status of the wireless device in the multicast group.
multicastDeviceStatus - The status of the wireless device in the multicast group.WirelessDeviceStatistics.Builder mcGroupId(Integer mcGroupId)
mcGroupId - The new value for the McGroupId property for this object.Copyright © 2022. All rights reserved.