Interface GetDevicesResponse.Builder

    • Method Detail

      • devices

        GetDevicesResponse.Builder devices​(Collection<Device> devices)

        The devices.

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

        GetDevicesResponse.Builder devices​(Device... devices)

        The devices.

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

        GetDevicesResponse.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.