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