public static final class CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder
extends java.lang.Object
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
currentVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty currentVersion)
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
currentVersion(IResolvable currentVersion)
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
updateVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty updateVersion)
|
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder |
updateVersion(IResolvable updateVersion)
|
public CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder currentVersion(IResolvable currentVersion)
currentVersion
- The version of the gateways that should receive the update.this
public CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder currentVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty currentVersion)
currentVersion
- The version of the gateways that should receive the update.this
public CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder updateVersion(IResolvable updateVersion)
updateVersion
- The firmware version to update the gateway to.this
public CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty.Builder updateVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty updateVersion)
updateVersion
- The firmware version to update the gateway to.this
public CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty build()
CfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty
java.lang.NullPointerException
- if any required attribute was not provided