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