Uses of Interface
software.amazon.awssdk.services.iot.model.ThingGroupMetadata.Builder
-
Packages that use ThingGroupMetadata.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingGroupMetadata.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingGroupMetadata.Builder Modifier and Type Method Description static ThingGroupMetadata.BuilderThingGroupMetadata. builder()ThingGroupMetadata.BuilderThingGroupMetadata.Builder. creationDate(Instant creationDate)The UNIX timestamp of when the thing group was created.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. parentGroupName(String parentGroupName)The parent thing group name.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. rootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)The root parent thing group.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. rootToParentThingGroups(Consumer<GroupNameAndArn.Builder>... rootToParentThingGroups)The root parent thing group.ThingGroupMetadata.BuilderThingGroupMetadata.Builder. rootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)The root parent thing group.ThingGroupMetadata.BuilderThingGroupMetadata. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ThingGroupMetadata.Builder Modifier and Type Method Description static Class<? extends ThingGroupMetadata.Builder>ThingGroupMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type ThingGroupMetadata.Builder Modifier and Type Method Description default DescribeThingGroupResponse.BuilderDescribeThingGroupResponse.Builder. thingGroupMetadata(Consumer<ThingGroupMetadata.Builder> thingGroupMetadata)Thing group metadata.
-