Uses of Interface
software.amazon.awssdk.services.iot.model.ThingAttribute.Builder
-
Packages that use ThingAttribute.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingAttribute.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingAttribute.Builder Modifier and Type Method Description ThingAttribute.BuilderThingAttribute.Builder. attributes(Map<String,String> attributes)A list of thing attributes which are name-value pairs.static ThingAttribute.BuilderThingAttribute. builder()ThingAttribute.BuilderThingAttribute.Builder. thingArn(String thingArn)The thing ARN.ThingAttribute.BuilderThingAttribute.Builder. thingName(String thingName)The name of the thing.ThingAttribute.BuilderThingAttribute.Builder. thingTypeName(String thingTypeName)The name of the thing type, if the thing has been associated with a type.ThingAttribute.BuilderThingAttribute. toBuilder()ThingAttribute.BuilderThingAttribute.Builder. version(Long version)The version of the thing record in the registry.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingAttribute.Builder Modifier and Type Method Description static Class<? extends ThingAttribute.Builder>ThingAttribute. serializableBuilderClass()
-