@Stability(value=Stable) public static final class CfnWirelessGatewayProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessGatewayProps>
CfnWirelessGatewayProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWirelessGatewayProps.Builder loRaWan(CfnWirelessGateway.LoRaWANGatewayProperty loRaWan)
CfnWirelessGatewayProps.getLoRaWan()loRaWan - The gateway configuration information to use to create the wireless gateway. This parameter is required.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder loRaWan(IResolvable loRaWan)
CfnWirelessGatewayProps.getLoRaWan()loRaWan - The gateway configuration information to use to create the wireless gateway. This parameter is required.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder description(String description)
CfnWirelessGatewayProps.getDescription()description - The description of the new resource.
The maximum length is 2048 characters.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
CfnWirelessGatewayProps.getLastUplinkReceivedAt()lastUplinkReceivedAt - The date and time when the most recent uplink was received.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder name(String name)
CfnWirelessGatewayProps.getName()name - The name of the new resource.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder tags(List<? extends CfnTag> tags)
CfnWirelessGatewayProps.getTags()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.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder thingArn(String thingArn)
CfnWirelessGatewayProps.getThingArn()thingArn - The ARN of the thing to associate with the wireless gateway.this@Stability(value=Stable) public CfnWirelessGatewayProps.Builder thingName(String thingName)
CfnWirelessGatewayProps.getThingName()thingName - `AWS::IoTWireless::WirelessGateway.ThingName`.this@Stability(value=Stable) public CfnWirelessGatewayProps build()
build in interface software.amazon.jsii.Builder<CfnWirelessGatewayProps>CfnWirelessGatewayPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.