| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ThingAttribute.Builder |
ThingAttribute.Builder.attributes(Map<String,String> attributes)
A list of thing attributes which are name-value pairs.
|
static ThingAttribute.Builder |
ThingAttribute.builder() |
ThingAttribute.Builder |
ThingAttribute.Builder.thingArn(String thingArn)
The thing ARN.
|
ThingAttribute.Builder |
ThingAttribute.Builder.thingName(String thingName)
The name of the thing.
|
ThingAttribute.Builder |
ThingAttribute.Builder.thingTypeName(String thingTypeName)
The name of the thing type, if the thing has been associated with a type.
|
ThingAttribute.Builder |
ThingAttribute.toBuilder() |
ThingAttribute.Builder |
ThingAttribute.Builder.version(Long version)
The version of the thing record in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThingAttribute.Builder> |
ThingAttribute.serializableBuilderClass() |
Copyright © 2021. All rights reserved.