Class CfnServiceProfile.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnServiceProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceProfile>
- Enclosing class:
CfnServiceProfile
@Stability(Stable)
public static final class CfnServiceProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceProfile>
A fluent builder for
CfnServiceProfile
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnServiceProfile.Builder
loRaWan
(IResolvable loRaWan) LoRaWAN service profile object.LoRaWAN service profile object.The name of the new resource.The tags are an array of key-value pairs to attach to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnServiceProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnServiceProfile.Builder
.
-
loRaWan
LoRaWAN service profile object.- Parameters:
loRaWan
- LoRaWAN service profile object. This parameter is required.- Returns:
this
- See Also:
-
loRaWan
@Stability(Stable) public CfnServiceProfile.Builder loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan) LoRaWAN service profile object.- Parameters:
loRaWan
- LoRaWAN service profile object. This parameter is required.- Returns:
this
- See Also:
-
name
The name of the new resource.- Parameters:
name
- The name of the new resource. This parameter is required.- Returns:
this
- See Also:
-
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.
- Parameters:
tags
- The tags are an array of key-value pairs to attach to the specified resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnServiceProfile>
- Returns:
- a newly built instance of
CfnServiceProfile
.
-