Class CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty>
- Enclosing interface:
CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty
@Stability(Stable)
public static final class CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.currentVersion(IResolvable currentVersion) updateVersion(IResolvable updateVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
currentVersion
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder currentVersion(IResolvable currentVersion) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.getCurrentVersion()- Parameters:
currentVersion- The version of the gateways that should receive the update.- Returns:
this
-
currentVersion
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder currentVersion(CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty currentVersion) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.getCurrentVersion()- Parameters:
currentVersion- The version of the gateways that should receive the update.- Returns:
this
-
updateVersion
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder updateVersion(IResolvable updateVersion) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.getUpdateVersion()- Parameters:
updateVersion- The firmware version to update the gateway to.- Returns:
this
-
updateVersion
@Stability(Stable) public CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.Builder updateVersion(CfnTaskDefinitionPropsMixin.LoRaWANGatewayVersionProperty updateVersion) Sets the value ofCfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty.getUpdateVersion()- Parameters:
updateVersion- The firmware version to update the gateway to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty>- Returns:
- a new instance of
CfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty - Throws:
NullPointerException- if any required attribute was not provided
-