@Stability(value=Stable) public static final class CfnWirelessGateway.Builder extends Object implements software.amazon.jsii.Builder<CfnWirelessGateway>
CfnWirelessGateway.| Modifier and Type | Method and Description |
|---|---|
CfnWirelessGateway |
build() |
static CfnWirelessGateway.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWirelessGateway.Builder |
description(String description)
`AWS::IoTWireless::WirelessGateway.Description`.
|
CfnWirelessGateway.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
`AWS::IoTWireless::WirelessGateway.LastUplinkReceivedAt`.
|
CfnWirelessGateway.Builder |
loRaWan(CfnWirelessGateway.LoRaWANGatewayProperty loRaWan)
`AWS::IoTWireless::WirelessGateway.LoRaWAN`.
|
CfnWirelessGateway.Builder |
loRaWan(IResolvable loRaWan)
`AWS::IoTWireless::WirelessGateway.LoRaWAN`.
|
CfnWirelessGateway.Builder |
name(String name)
`AWS::IoTWireless::WirelessGateway.Name`.
|
CfnWirelessGateway.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoTWireless::WirelessGateway.Tags`.
|
CfnWirelessGateway.Builder |
thingArn(String thingArn)
`AWS::IoTWireless::WirelessGateway.ThingArn`.
|
@Stability(value=Stable) public static CfnWirelessGateway.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnWirelessGateway.LoRaWANGatewayProperty.Builder.@Stability(value=Stable) public CfnWirelessGateway.Builder loRaWan(CfnWirelessGateway.LoRaWANGatewayProperty loRaWan)
loRaWan - `AWS::IoTWireless::WirelessGateway.LoRaWAN`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder loRaWan(IResolvable loRaWan)
loRaWan - `AWS::IoTWireless::WirelessGateway.LoRaWAN`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder description(String description)
description - `AWS::IoTWireless::WirelessGateway.Description`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
lastUplinkReceivedAt - `AWS::IoTWireless::WirelessGateway.LastUplinkReceivedAt`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder name(String name)
name - `AWS::IoTWireless::WirelessGateway.Name`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoTWireless::WirelessGateway.Tags`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder thingArn(String thingArn)
thingArn - `AWS::IoTWireless::WirelessGateway.ThingArn`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway build()
build in interface software.amazon.jsii.Builder<CfnWirelessGateway>Copyright © 2021. All rights reserved.