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 Details

    • create

      @Stability(Stable) public static CfnServiceProfile.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnServiceProfile.Builder.
    • loRaWan

      @Stability(Stable) public CfnServiceProfile.Builder loRaWan(IResolvable loRaWan)
      LoRaWAN service profile object.

      Parameters:
      loRaWan - LoRaWAN service profile object. This parameter is required.
      Returns:
      this
    • loRaWan

      LoRaWAN service profile object.

      Parameters:
      loRaWan - LoRaWAN service profile object. This parameter is required.
      Returns:
      this
    • name

      @Stability(Stable) public CfnServiceProfile.Builder name(String name)
      The name of the new resource.

      Parameters:
      name - The name of the new resource. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnServiceProfile.Builder tags(List<? extends CfnTag> 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
    • build

      @Stability(Stable) public CfnServiceProfile build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnServiceProfile>
      Returns:
      a newly built instance of CfnServiceProfile.