Class IotThingGroupConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.iot_thing_group.IotThingGroupConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IotThingGroupConfig>
- Enclosing interface:
- IotThingGroupConfig
@Stability(Stable) public static final class IotThingGroupConfig.Builder extends Object implements software.amazon.jsii.Builder<IotThingGroupConfig>
A builder forIotThingGroupConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IotThingGroupConfigbuild()Builds the configured instance.IotThingGroupConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IotThingGroupConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IotThingGroupConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()IotThingGroupConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()IotThingGroupConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()IotThingGroupConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()IotThingGroupConfig.Builderid(String id)Sets the value ofIotThingGroupConfig.getId()IotThingGroupConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()IotThingGroupConfig.Buildername(String name)Sets the value ofIotThingGroupConfig.getName()IotThingGroupConfig.BuilderparentGroupName(String parentGroupName)Sets the value ofIotThingGroupConfig.getParentGroupName()IotThingGroupConfig.Builderproperties(IotThingGroupProperties properties)Sets the value ofIotThingGroupConfig.getProperties()IotThingGroupConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()IotThingGroupConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()IotThingGroupConfig.Buildertags(Map<String,String> tags)Sets the value ofIotThingGroupConfig.getTags()IotThingGroupConfig.BuildertagsAll(Map<String,String> tagsAll)Sets the value ofIotThingGroupConfig.getTagsAll()
-
-
-
Method Detail
-
name
@Stability(Stable) public IotThingGroupConfig.Builder name(String name)
Sets the value ofIotThingGroupConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#name IotThingGroup#name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public IotThingGroupConfig.Builder id(String id)
Sets the value ofIotThingGroupConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#id IotThingGroup#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
parentGroupName
@Stability(Stable) public IotThingGroupConfig.Builder parentGroupName(String parentGroupName)
Sets the value ofIotThingGroupConfig.getParentGroupName()- Parameters:
parentGroupName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#parent_group_name IotThingGroup#parent_group_name}.- Returns:
this
-
properties
@Stability(Stable) public IotThingGroupConfig.Builder properties(IotThingGroupProperties properties)
Sets the value ofIotThingGroupConfig.getProperties()- Parameters:
properties- properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#properties IotThingGroup#properties}- Returns:
this
-
tags
@Stability(Stable) public IotThingGroupConfig.Builder tags(Map<String,String> tags)
Sets the value ofIotThingGroupConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#tags IotThingGroup#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public IotThingGroupConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofIotThingGroupConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#tags_all IotThingGroup#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public IotThingGroupConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public IotThingGroupConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IotThingGroupConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IotThingGroupConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public IotThingGroupConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public IotThingGroupConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public IotThingGroupConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public IotThingGroupConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public IotThingGroupConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IotThingGroupConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IotThingGroupConfig>- Returns:
- a new instance of
IotThingGroupConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-