Class IotThingGroupMetadataRootToParentGroups.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.iot_thing_group.IotThingGroupMetadataRootToParentGroups.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IotThingGroupMetadataRootToParentGroups>
- Enclosing interface:
- IotThingGroupMetadataRootToParentGroups
@Stability(Stable) public static final class IotThingGroupMetadataRootToParentGroups.Builder extends Object implements software.amazon.jsii.Builder<IotThingGroupMetadataRootToParentGroups>
A builder forIotThingGroupMetadataRootToParentGroups
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IotThingGroupMetadataRootToParentGroupsbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public IotThingGroupMetadataRootToParentGroups build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IotThingGroupMetadataRootToParentGroups>- Returns:
- a new instance of
IotThingGroupMetadataRootToParentGroups - Throws:
NullPointerException- if any required attribute was not provided
-
-