public static interface CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty
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.*; LoRaWANUpdateGatewayTaskEntryProperty loRaWANUpdateGatewayTaskEntryProperty = LoRaWANUpdateGatewayTaskEntryProperty.builder() .currentVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .updateVersion(LoRaWANGatewayVersionProperty.builder() .model("model") .packageVersion("packageVersion") .station("station") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder
A builder for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty |
static class |
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
builder() |
default java.lang.Object |
getCurrentVersion()
The version of the gateways that should receive the update.
|
default java.lang.Object |
getUpdateVersion()
The firmware version to update the gateway to.
|