public static interface WirelessGatewayStatistics.Builder extends SdkPojo, CopyableBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>
| Modifier and Type | Method and Description |
|---|---|
WirelessGatewayStatistics.Builder |
arn(String arn)
The Amazon Resource Name of the resource.
|
WirelessGatewayStatistics.Builder |
description(String description)
The description of the resource.
|
WirelessGatewayStatistics.Builder |
id(String id)
The ID of the wireless gateway reporting the data.
|
WirelessGatewayStatistics.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
default WirelessGatewayStatistics.Builder |
loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
LoRaWAN gateway info.
|
WirelessGatewayStatistics.Builder |
loRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
|
WirelessGatewayStatistics.Builder |
name(String name)
The name of the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWirelessGatewayStatistics.Builder arn(String arn)
The Amazon Resource Name of the resource.
arn - The Amazon Resource Name of the resource.WirelessGatewayStatistics.Builder id(String id)
The ID of the wireless gateway reporting the data.
id - The ID of the wireless gateway reporting the data.WirelessGatewayStatistics.Builder name(String name)
The name of the resource.
name - The name of the resource.WirelessGatewayStatistics.Builder description(String description)
The description of the resource.
description - The description of the resource.WirelessGatewayStatistics.Builder loRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
loRaWAN - LoRaWAN gateway info.default WirelessGatewayStatistics.Builder loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
LoRaWAN gateway info.
This is a convenience that creates an instance of theLoRaWANGateway.Builder avoiding the need to
create one manually via LoRaWANGateway.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loRaWAN(LoRaWANGateway).loRaWAN - a consumer that will call methods on LoRaWANGateway.BuilderloRaWAN(LoRaWANGateway)WirelessGatewayStatistics.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.Copyright © 2021. All rights reserved.