Interface ListThingsInThingGroupResponse.Builder

    • Method Detail

      • things

        ListThingsInThingGroupResponse.Builder things​(Collection<String> things)

        The things in the specified thing group.

        Parameters:
        things - The things in the specified thing group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • things

        ListThingsInThingGroupResponse.Builder things​(String... things)

        The things in the specified thing group.

        Parameters:
        things - The things in the specified thing group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThingsInThingGroupResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.