Interface ListPrincipalThingsV2Response.Builder

    • Method Detail

      • principalThingObjects

        ListPrincipalThingsV2Response.Builder principalThingObjects​(Collection<PrincipalThingObject> principalThingObjects)

        A list of thingPrincipalObject that represents the principal and the type of relation it has with the thing.

        Parameters:
        principalThingObjects - A list of thingPrincipalObject that represents the principal and the type of relation it has with the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalThingObjects

        ListPrincipalThingsV2Response.Builder principalThingObjects​(PrincipalThingObject... principalThingObjects)

        A list of thingPrincipalObject that represents the principal and the type of relation it has with the thing.

        Parameters:
        principalThingObjects - A list of thingPrincipalObject that represents the principal and the type of relation it has with the thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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