@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)
The description of the new resource.
|
CfnWirelessGateway.Builder |
lastUplinkReceivedAt(String lastUplinkReceivedAt)
The date and time when the most recent uplink was received.
|
CfnWirelessGateway.Builder |
loRaWan(CfnWirelessGateway.LoRaWANGatewayProperty loRaWan)
The gateway configuration information to use to create the wireless gateway.
|
CfnWirelessGateway.Builder |
loRaWan(IResolvable loRaWan)
The gateway configuration information to use to create the wireless gateway.
|
CfnWirelessGateway.Builder |
name(String name)
The name of the new resource.
|
CfnWirelessGateway.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
CfnWirelessGateway.Builder |
thingArn(String thingArn)
The ARN of the thing to associate with the wireless gateway.
|
CfnWirelessGateway.Builder |
thingName(String thingName)
`AWS::IoTWireless::WirelessGateway.ThingName`.
|
@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 - The gateway configuration information to use to create the wireless gateway. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder loRaWan(IResolvable loRaWan)
loRaWan - The gateway configuration information to use to create the wireless gateway. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder description(String description)
The maximum length is 2048 characters.
description - The description of the new resource. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder lastUplinkReceivedAt(String lastUplinkReceivedAt)
lastUplinkReceivedAt - The date and time when the most recent uplink was received. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder name(String name)
name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder tags(List<? extends CfnTag> tags)
Tags can have a minimum of 0 and a maximum of 50 items.
tags - The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder thingArn(String thingArn)
thingArn - The ARN of the thing to associate with the wireless gateway. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway.Builder thingName(String thingName)
thingName - `AWS::IoTWireless::WirelessGateway.ThingName`. This parameter is required.this@Stability(value=Stable) public CfnWirelessGateway build()
build in interface software.amazon.jsii.Builder<CfnWirelessGateway>Copyright © 2022. All rights reserved.