Class IotThingGroupProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.iot_thing_group.IotThingGroupProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IotThingGroupProperties>
- Enclosing interface:
- IotThingGroupProperties
@Stability(Stable) public static final class IotThingGroupProperties.Builder extends Object implements software.amazon.jsii.Builder<IotThingGroupProperties>
A builder forIotThingGroupProperties
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IotThingGroupProperties.BuilderattributePayload(IotThingGroupPropertiesAttributePayload attributePayload)Sets the value ofIotThingGroupProperties.getAttributePayload()IotThingGroupPropertiesbuild()Builds the configured instance.IotThingGroupProperties.Builderdescription(String description)Sets the value ofIotThingGroupProperties.getDescription()
-
-
-
Method Detail
-
attributePayload
@Stability(Stable) public IotThingGroupProperties.Builder attributePayload(IotThingGroupPropertiesAttributePayload attributePayload)
Sets the value ofIotThingGroupProperties.getAttributePayload()- Parameters:
attributePayload- attribute_payload block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#attribute_payload IotThingGroup#attribute_payload}- Returns:
this
-
description
@Stability(Stable) public IotThingGroupProperties.Builder description(String description)
Sets the value ofIotThingGroupProperties.getDescription()- Parameters:
description- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/iot_thing_group#description IotThingGroup#description}.- Returns:
this
-
build
@Stability(Stable) public IotThingGroupProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IotThingGroupProperties>- Returns:
- a new instance of
IotThingGroupProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-