@Stability(value=Stable) public static final class CfnServiceProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceProfileProps>
CfnServiceProfileProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServiceProfileProps |
build()
Builds the configured instance.
|
CfnServiceProfileProps.Builder |
loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan)
Sets the value of
CfnServiceProfileProps.getLoRaWan() |
CfnServiceProfileProps.Builder |
loRaWan(IResolvable loRaWan)
Sets the value of
CfnServiceProfileProps.getLoRaWan() |
CfnServiceProfileProps.Builder |
name(String name)
Sets the value of
CfnServiceProfileProps.getName() |
CfnServiceProfileProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnServiceProfileProps.getTags() |
@Stability(value=Stable) public CfnServiceProfileProps.Builder loRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty loRaWan)
CfnServiceProfileProps.getLoRaWan()loRaWan - `AWS::IoTWireless::ServiceProfile.LoRaWAN`.this@Stability(value=Stable) public CfnServiceProfileProps.Builder loRaWan(IResolvable loRaWan)
CfnServiceProfileProps.getLoRaWan()loRaWan - `AWS::IoTWireless::ServiceProfile.LoRaWAN`.this@Stability(value=Stable) public CfnServiceProfileProps.Builder name(String name)
CfnServiceProfileProps.getName()name - `AWS::IoTWireless::ServiceProfile.Name`.this@Stability(value=Stable) public CfnServiceProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnServiceProfileProps.getTags()tags - `AWS::IoTWireless::ServiceProfile.Tags`.this@Stability(value=Stable) public CfnServiceProfileProps build()
build in interface software.amazon.jsii.Builder<CfnServiceProfileProps>CfnServiceProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.