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