@Stability(value=Stable)
public static interface CfnTaskDefinition.LoRaWANGatewayVersionProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getModel()
The model number of the wireless gateway.
|
default String |
getPackageVersion()
The version of the wireless gateway firmware.
|
default String |
getStation()
The basic station version of the wireless gateway.
|
@Stability(value=Stable) @Nullable default String getModel()
@Stability(value=Stable) @Nullable default String getPackageVersion()
@Stability(value=Stable) @Nullable default String getStation()
@Stability(value=Stable) static CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder builder()
Copyright © 2022. All rights reserved.