Class CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinition.LoRaWANGatewayVersionProperty>
- Enclosing interface:
CfnTaskDefinition.LoRaWANGatewayVersionProperty
@Stability(Stable)
public static final class CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinition.LoRaWANGatewayVersionProperty>
A builder for
CfnTaskDefinition.LoRaWANGatewayVersionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTaskDefinition.LoRaWANGatewayVersionProperty.getModel()packageVersion(String packageVersion) Sets the value ofCfnTaskDefinition.LoRaWANGatewayVersionProperty.getPackageVersion()Sets the value ofCfnTaskDefinition.LoRaWANGatewayVersionProperty.getStation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
model
@Stability(Stable) public CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder model(String model) Sets the value ofCfnTaskDefinition.LoRaWANGatewayVersionProperty.getModel()- Parameters:
model- The model number of the wireless gateway.- Returns:
this
-
packageVersion
@Stability(Stable) public CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder packageVersion(String packageVersion) Sets the value ofCfnTaskDefinition.LoRaWANGatewayVersionProperty.getPackageVersion()- Parameters:
packageVersion- The version of the wireless gateway firmware.- Returns:
this
-
station
@Stability(Stable) public CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder station(String station) Sets the value ofCfnTaskDefinition.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<CfnTaskDefinition.LoRaWANGatewayVersionProperty>- Returns:
- a new instance of
CfnTaskDefinition.LoRaWANGatewayVersionProperty - Throws:
NullPointerException- if any required attribute was not provided
-