| Modifier and Type | Method and Description |
|---|---|
CfnThing.Builder |
attributePayload(CfnThing.AttributePayloadProperty attributePayload)
A string that contains up to three key value pairs.
|
CfnThing.Builder |
attributePayload(IResolvable attributePayload)
A string that contains up to three key value pairs.
|
CfnThing |
build() |
static CfnThing.Builder |
create(software.constructs.Construct scope,
String id) |
CfnThing.Builder |
thingName(String thingName)
The name of the thing to update.
|
@Stability(value=Stable) public static CfnThing.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnThing.AttributePayloadProperty.Builder.@Stability(value=Stable) public CfnThing.Builder attributePayload(CfnThing.AttributePayloadProperty attributePayload)
Maximum length of 800. Duplicates not allowed.
attributePayload - A string that contains up to three key value pairs. This parameter is required.this@Stability(value=Stable) public CfnThing.Builder attributePayload(IResolvable attributePayload)
Maximum length of 800. Duplicates not allowed.
attributePayload - A string that contains up to three key value pairs. This parameter is required.this@Stability(value=Stable) public CfnThing.Builder thingName(String thingName)
You can't change a thing's name. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.
thingName - The name of the thing to update. This parameter is required.thisCopyright © 2022. All rights reserved.