Interface SearchDevicesResponse.Builder

    • Method Detail

      • devices

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

        An array of DeviceSummary objects for devices that match the specified filter values.

        Parameters:
        devices - An array of DeviceSummary objects for devices that match the specified filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • devices

        SearchDevicesResponse.Builder devices​(DeviceSummary... devices)

        An array of DeviceSummary objects for devices that match the specified filter values.

        Parameters:
        devices - An array of DeviceSummary objects for devices that match the specified filter values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchDevicesResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.

        Parameters:
        nextToken - A token used for pagination of results, or null if there are no additional results. Use the token value in a subsequent request to continue results where the previous request ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.