@Stability(value=Stable)
public static interface CfnFuotaTask.LoRaWANProperty
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.*;
LoRaWANProperty loRaWANProperty = LoRaWANProperty.builder()
.rfRegion("rfRegion")
// the properties below are optional
.startTime("startTime")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFuotaTask.LoRaWANProperty.Builder
A builder for
CfnFuotaTask.LoRaWANProperty |
static class |
CfnFuotaTask.LoRaWANProperty.Jsii$Proxy
An implementation for
CfnFuotaTask.LoRaWANProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFuotaTask.LoRaWANProperty.Builder |
builder() |
String |
getRfRegion()
The frequency band (RFRegion) value.
|
default String |
getStartTime()
Start time of a FUOTA task.
|
@Stability(value=Stable) @NotNull String getRfRegion()
@Stability(value=Stable) @Nullable default String getStartTime()
@Stability(value=Stable) static CfnFuotaTask.LoRaWANProperty.Builder builder()
Copyright © 2022. All rights reserved.