Interface LoRaWANGatewayVersion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>,SdkBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>,SdkPojo
- Enclosing class:
- LoRaWANGatewayVersion
public static interface LoRaWANGatewayVersion.Builder extends SdkPojo, CopyableBuilder<LoRaWANGatewayVersion.Builder,LoRaWANGatewayVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoRaWANGatewayVersion.Buildermodel(String model)The model number of the wireless gateway.LoRaWANGatewayVersion.BuilderpackageVersion(String packageVersion)The version of the wireless gateway firmware.LoRaWANGatewayVersion.Builderstation(String station)The basic station version of the wireless gateway.-
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, sdkFields
-
-
-
-
Method Detail
-
packageVersion
LoRaWANGatewayVersion.Builder packageVersion(String packageVersion)
The version of the wireless gateway firmware.
- Parameters:
packageVersion- The version of the wireless gateway firmware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
LoRaWANGatewayVersion.Builder model(String model)
The model number of the wireless gateway.
- Parameters:
model- The model number of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
station
LoRaWANGatewayVersion.Builder station(String station)
The basic station version of the wireless gateway.
- Parameters:
station- The basic station version of the wireless gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-