Interface ListThingPrincipalsResponse.Builder

    • Method Detail

      • principals

        ListThingPrincipalsResponse.Builder principals​(Collection<String> principals)

        The principals associated with the thing.

        Parameters:
        principals - The principals associated with the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principals

        ListThingPrincipalsResponse.Builder principals​(String... principals)

        The principals associated with the thing.

        Parameters:
        principals - The principals associated with the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThingPrincipalsResponse.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.