@Stability(value=Stable) public static final class CfnServiceProfile.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceProfile>
CfnServiceProfile.| Modifier and Type | Method and Description |
|---|---|
CfnServiceProfile |
build() |
static CfnServiceProfile.Builder |
create(software.constructs.Construct scope,
String id) |
CfnServiceProfile.Builder |
loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan)
LoRaWAN service profile object.
|
CfnServiceProfile.Builder |
loRaWan(IResolvable loRaWan)
LoRaWAN service profile object.
|
CfnServiceProfile.Builder |
name(String name)
The name of the new resource.
|
CfnServiceProfile.Builder |
tags(List<? extends CfnTag> tags)
The tags are an array of key-value pairs to attach to the specified resource.
|
@Stability(value=Stable) public static CfnServiceProfile.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.CfnServiceProfile.LoRaWANServiceProfileProperty.Builder.@Stability(value=Stable) public CfnServiceProfile.Builder loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan)
loRaWan - LoRaWAN service profile object. This parameter is required.this@Stability(value=Stable) public CfnServiceProfile.Builder loRaWan(IResolvable loRaWan)
loRaWan - LoRaWAN service profile object. This parameter is required.this@Stability(value=Stable) public CfnServiceProfile.Builder name(String name)
name - The name of the new resource. This parameter is required.this@Stability(value=Stable) public CfnServiceProfile.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 CfnServiceProfile build()
build in interface software.amazon.jsii.Builder<CfnServiceProfile>Copyright © 2022. All rights reserved.