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