Class CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty>
- Enclosing interface:
- CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty
@Stability(Stable)
public static final class CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty>
A builder for
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.currentVersion(IResolvable currentVersion) currentVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty currentVersion) Sets the value ofCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.getSigKeyCrc()updateSignature(String updateSignature) updateVersion(IResolvable updateVersion) updateVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty updateVersion)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
currentVersion
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder currentVersion(IResolvable currentVersion) - Parameters:
currentVersion- The version of the gateways that should receive the update.- Returns:
this
-
currentVersion
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder currentVersion(CfnTaskDefinition.LoRaWANGatewayVersionProperty currentVersion) - Parameters:
currentVersion- The version of the gateways that should receive the update.- Returns:
this
-
sigKeyCrc
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder sigKeyCrc(Number sigKeyCrc) Sets the value ofCfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.getSigKeyCrc()- Parameters:
sigKeyCrc- The CRC of the signature private key to check.- Returns:
this
-
updateSignature
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder updateSignature(String updateSignature) - Parameters:
updateSignature- The signature used to verify the update firmware.- Returns:
this
-
updateVersion
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.Builder updateVersion(IResolvable updateVersion) - Parameters:
updateVersion- The firmware version to update the gateway to.- Returns:
this
-
updateVersion
@Stability(Stable) public CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty.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.LoRaWANUpdateGatewayTaskCreateProperty>- Returns:
- a new instance of
CfnTaskDefinition.LoRaWANUpdateGatewayTaskCreateProperty - Throws:
NullPointerException- if any required attribute was not provided
-