Interface ListNamedShadowsForThingResponse.Builder

    • Method Detail

      • results

        ListNamedShadowsForThingResponse.Builder results​(Collection<String> results)

        The list of shadows for the specified thing.

        Parameters:
        results - The list of shadows for the specified thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • results

        ListNamedShadowsForThingResponse.Builder results​(String... results)

        The list of shadows for the specified thing.

        Parameters:
        results - The list of shadows for the specified thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListNamedShadowsForThingResponse.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.
      • timestamp

        ListNamedShadowsForThingResponse.Builder timestamp​(Long timestamp)

        The Epoch date and time the response was generated by IoT.

        Parameters:
        timestamp - The Epoch date and time the response was generated by IoT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.