Interface ThingGroupMetadata.Builder

    • Method Detail

      • parentGroupName

        ThingGroupMetadata.Builder parentGroupName​(String parentGroupName)

        The parent thing group name.

        Parameters:
        parentGroupName - The parent thing group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootToParentThingGroups

        ThingGroupMetadata.Builder rootToParentThingGroups​(Collection<GroupNameAndArn> rootToParentThingGroups)

        The root parent thing group.

        Parameters:
        rootToParentThingGroups - The root parent thing group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootToParentThingGroups

        ThingGroupMetadata.Builder rootToParentThingGroups​(GroupNameAndArn... rootToParentThingGroups)

        The root parent thing group.

        Parameters:
        rootToParentThingGroups - The root parent thing group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        ThingGroupMetadata.Builder creationDate​(Instant creationDate)

        The UNIX timestamp of when the thing group was created.

        Parameters:
        creationDate - The UNIX timestamp of when the thing group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.