Interface ListDevicesResponse.Builder

    • Method Detail

      • devices

        ListDevicesResponse.Builder devices​(Collection<DeviceSummary> devices)

        Information about the devices.

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

        ListDevicesResponse.Builder devices​(DeviceSummary... devices)

        Information about the devices.

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

        ListDevicesResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.