Uses of Interface
software.amazon.awssdk.services.iot.model.ThingDocument.Builder
-
Packages that use ThingDocument.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingDocument.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingDocument.Builder Modifier and Type Method Description ThingDocument.BuilderThingDocument.Builder. attributes(Map<String,String> attributes)The attributes.static ThingDocument.BuilderThingDocument. builder()default ThingDocument.BuilderThingDocument.Builder. connectivity(Consumer<ThingConnectivity.Builder> connectivity)Indicates whether the thing is connected to the Amazon Web Services IoT Core service.ThingDocument.BuilderThingDocument.Builder. connectivity(ThingConnectivity connectivity)Indicates whether the thing is connected to the Amazon Web Services IoT Core service.ThingDocument.BuilderThingDocument.Builder. deviceDefender(String deviceDefender)Contains Device Defender data.ThingDocument.BuilderThingDocument.Builder. shadow(String shadow)The unnamed shadow and named shadow.ThingDocument.BuilderThingDocument.Builder. thingGroupNames(String... thingGroupNames)Thing group names.ThingDocument.BuilderThingDocument.Builder. thingGroupNames(Collection<String> thingGroupNames)Thing group names.ThingDocument.BuilderThingDocument.Builder. thingId(String thingId)The thing ID.ThingDocument.BuilderThingDocument.Builder. thingName(String thingName)The thing name.ThingDocument.BuilderThingDocument.Builder. thingTypeName(String thingTypeName)The thing type name.ThingDocument.BuilderThingDocument. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingDocument.Builder Modifier and Type Method Description static Class<? extends ThingDocument.Builder>ThingDocument. serializableBuilderClass()
-