Interface WirelessGatewayStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>,SdkBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>,SdkPojo
- Enclosing class:
- WirelessGatewayStatistics
public static interface WirelessGatewayStatistics.Builder extends SdkPojo, CopyableBuilder<WirelessGatewayStatistics.Builder,WirelessGatewayStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description WirelessGatewayStatistics.Builderarn(String arn)The Amazon Resource Name of the resource.WirelessGatewayStatistics.Builderdescription(String description)The description of the resource.WirelessGatewayStatistics.Builderid(String id)The ID of the wireless gateway reporting the data.WirelessGatewayStatistics.BuilderlastUplinkReceivedAt(String lastUplinkReceivedAt)The date and time when the most recent uplink was received.default WirelessGatewayStatistics.BuilderloRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)LoRaWAN gateway info.WirelessGatewayStatistics.BuilderloRaWAN(LoRaWANGateway loRaWAN)LoRaWAN gateway info.WirelessGatewayStatistics.Buildername(String name)The name of the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
WirelessGatewayStatistics.Builder arn(String arn)
The Amazon Resource Name of the resource.
- Parameters:
arn- The Amazon Resource Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
WirelessGatewayStatistics.Builder id(String id)
The ID of the wireless gateway reporting the data.
- Parameters:
id- The ID of the wireless gateway reporting the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
WirelessGatewayStatistics.Builder name(String name)
The name of the resource.
- Parameters:
name- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
WirelessGatewayStatistics.Builder description(String description)
The description of the resource.
- Parameters:
description- The description of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
WirelessGatewayStatistics.Builder loRaWAN(LoRaWANGateway loRaWAN)
LoRaWAN gateway info.
- Parameters:
loRaWAN- LoRaWAN gateway info.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loRaWAN
default WirelessGatewayStatistics.Builder loRaWAN(Consumer<LoRaWANGateway.Builder> loRaWAN)
LoRaWAN gateway info.
This is a convenience method that creates an instance of theLoRaWANGateway.Builderavoiding the need to create one manually viaLoRaWANGateway.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toloRaWAN(LoRaWANGateway).- Parameters:
loRaWAN- a consumer that will call methods onLoRaWANGateway.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loRaWAN(LoRaWANGateway)
-
lastUplinkReceivedAt
WirelessGatewayStatistics.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
This value is only valid for 3 months.
- Parameters:
lastUplinkReceivedAt- The date and time when the most recent uplink was received.This value is only valid for 3 months.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-