public static interface CfnTaskDefinition.LoRaWANGatewayVersionProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotwireless.*; LoRaWANGatewayVersionProperty loRaWANGatewayVersionProperty = LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder
A builder for
CfnTaskDefinition.LoRaWANGatewayVersionProperty |
static class |
CfnTaskDefinition.LoRaWANGatewayVersionProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.LoRaWANGatewayVersionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder |
builder() |
default java.lang.String |
getModel()
The model number of the wireless gateway.
|
default java.lang.String |
getPackageVersion()
The version of the wireless gateway firmware.
|
default java.lang.String |
getStation()
The basic station version of the wireless gateway.
|
default java.lang.String getModel()
default java.lang.String getPackageVersion()
default java.lang.String getStation()
static CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder builder()