Class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty>
- Enclosing interface:
CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty
@Stability(Stable)
public static final class CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.getModel()packageVersion(String packageVersion) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.getStation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
model
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder model(String model) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.getModel()- Parameters:
model- The model number of the wireless gateway.- Returns:
this
-
packageVersion
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder packageVersion(String packageVersion) - Parameters:
packageVersion- The version of the wireless gateway firmware.- Returns:
this
-
station
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.Builder station(String station) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty.getStation()- Parameters:
station- The basic station version of the wireless gateway.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty>- Returns:
- a new instance of
CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty - Throws:
NullPointerException- if any required attribute was not provided
-