Interface ListThingGroupsResponse.Builder

    • Method Detail

      • thingGroups

        ListThingGroupsResponse.Builder thingGroups​(GroupNameAndArn... thingGroups)

        The thing groups.

        Parameters:
        thingGroups - The thing groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThingGroupsResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results. Will not be returned if operation has returned all results.

        Parameters:
        nextToken - The token to use to get the next set of results. Will not be returned if operation has returned all results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.