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