Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.Thing.Builder
-
Packages that use Thing.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of Thing.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return Thing.Builder Modifier and Type Method Description static Thing.BuilderThing. builder()Thing.BuilderThing.Builder. thingArn(String thingArn)The ARN of the thing.Thing.BuilderThing.Builder. thingName(String thingName)The name of the thing.Thing.BuilderThing. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type Thing.Builder Modifier and Type Method Description static Class<? extends Thing.Builder>Thing. serializableBuilderClass()
-