Class CfnWirelessGatewayMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessGatewayMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWirelessGatewayMixinProps>
- Enclosing interface:
CfnWirelessGatewayMixinProps
@Stability(Stable)
public static final class CfnWirelessGatewayMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWirelessGatewayMixinProps>
A builder for
CfnWirelessGatewayMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnWirelessGatewayMixinProps.getDescription()lastUplinkReceivedAt(String lastUplinkReceivedAt) Sets the value ofCfnWirelessGatewayMixinProps.getLastUplinkReceivedAt()Sets the value ofCfnWirelessGatewayMixinProps.getLoRaWan()loRaWan(IResolvable loRaWan) Sets the value ofCfnWirelessGatewayMixinProps.getLoRaWan()Sets the value ofCfnWirelessGatewayMixinProps.getName()Sets the value ofCfnWirelessGatewayMixinProps.getTags()Sets the value ofCfnWirelessGatewayMixinProps.getThingArn()Sets the value ofCfnWirelessGatewayMixinProps.getThingName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnWirelessGatewayMixinProps.getDescription()- Parameters:
description- The description of the new resource. The maximum length is 2048 characters.- Returns:
this
-
lastUplinkReceivedAt
@Stability(Stable) public CfnWirelessGatewayMixinProps.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt) Sets the value ofCfnWirelessGatewayMixinProps.getLastUplinkReceivedAt()- Parameters:
lastUplinkReceivedAt- The date and time when the most recent uplink was received.- Returns:
this
-
loRaWan
Sets the value ofCfnWirelessGatewayMixinProps.getLoRaWan()- Parameters:
loRaWan- The gateway configuration information to use to create the wireless gateway.- Returns:
this
-
loRaWan
@Stability(Stable) public CfnWirelessGatewayMixinProps.Builder loRaWan(CfnWirelessGatewayPropsMixin.LoRaWANGatewayProperty loRaWan) Sets the value ofCfnWirelessGatewayMixinProps.getLoRaWan()- Parameters:
loRaWan- The gateway configuration information to use to create the wireless gateway.- Returns:
this
-
name
Sets the value ofCfnWirelessGatewayMixinProps.getName()- Parameters:
name- The name of the new resource.- Returns:
this
-
tags
Sets the value ofCfnWirelessGatewayMixinProps.getTags()- Parameters:
tags- The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.- Returns:
this
-
thingArn
Sets the value ofCfnWirelessGatewayMixinProps.getThingArn()- Parameters:
thingArn- The ARN of the thing to associate with the wireless gateway.- Returns:
this
-
thingName
Sets the value ofCfnWirelessGatewayMixinProps.getThingName()- Parameters:
thingName- The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWirelessGatewayMixinProps>- Returns:
- a new instance of
CfnWirelessGatewayMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-