Class CfnServiceProfileProps.Builder
java.lang.Object
software.amazon.awscdk.services.iotwireless.CfnServiceProfileProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceProfileProps>
- Enclosing interface:
CfnServiceProfileProps
@Stability(Stable)
public static final class CfnServiceProfileProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceProfileProps>
A builder for
CfnServiceProfileProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.loRaWan
(IResolvable loRaWan) Sets the value ofCfnServiceProfileProps.getLoRaWan()
Sets the value ofCfnServiceProfileProps.getLoRaWan()
Sets the value ofCfnServiceProfileProps.getName()
Sets the value ofCfnServiceProfileProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
loRaWan
Sets the value ofCfnServiceProfileProps.getLoRaWan()
- Parameters:
loRaWan
- LoRaWAN service profile object.- Returns:
this
-
loRaWan
@Stability(Stable) public CfnServiceProfileProps.Builder loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan) Sets the value ofCfnServiceProfileProps.getLoRaWan()
- Parameters:
loRaWan
- LoRaWAN service profile object.- Returns:
this
-
name
Sets the value ofCfnServiceProfileProps.getName()
- Parameters:
name
- The name of the new resource.- Returns:
this
-
tags
Sets the value ofCfnServiceProfileProps.getTags()
- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnServiceProfileProps>
- Returns:
- a new instance of
CfnServiceProfileProps
- Throws:
NullPointerException
- if any required attribute was not provided
-