Class CfnFuotaTask.LoRaWANProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnFuotaTask.LoRaWANProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFuotaTask.LoRaWANProperty>
- Enclosing interface:
CfnFuotaTask.LoRaWANProperty
@Stability(Stable)
public static final class CfnFuotaTask.LoRaWANProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFuotaTask.LoRaWANProperty>
A builder for
CfnFuotaTask.LoRaWANProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFuotaTask.LoRaWANProperty.getRfRegion()
Sets the value ofCfnFuotaTask.LoRaWANProperty.getStartTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
rfRegion
Sets the value ofCfnFuotaTask.LoRaWANProperty.getRfRegion()
- Parameters:
rfRegion
- The frequency band (RFRegion) value. This parameter is required.- Returns:
this
-
startTime
Sets the value ofCfnFuotaTask.LoRaWANProperty.getStartTime()
- Parameters:
startTime
- Start time of a FUOTA task.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFuotaTask.LoRaWANProperty>
- Returns:
- a new instance of
CfnFuotaTask.LoRaWANProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-