Interface ListDevicesRequest.Builder

    • Method Detail

      • nextToken

        ListDevicesRequest.Builder nextToken​(String nextToken)

        The response from the last list when returning a list large enough to need tokening.

        Parameters:
        nextToken - The response from the last list when returning a list large enough to need tokening.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListDevicesRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to select.

        Parameters:
        maxResults - Maximum number of results to select.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestHeartbeatAfter

        ListDevicesRequest.Builder latestHeartbeatAfter​(Instant latestHeartbeatAfter)

        Select fleets where the job was updated after X

        Parameters:
        latestHeartbeatAfter - Select fleets where the job was updated after X
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelName

        ListDevicesRequest.Builder modelName​(String modelName)

        A filter that searches devices that contains this name in any of their models.

        Parameters:
        modelName - A filter that searches devices that contains this name in any of their models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceFleetName

        ListDevicesRequest.Builder deviceFleetName​(String deviceFleetName)

        Filter for fleets containing this name in their device fleet name.

        Parameters:
        deviceFleetName - Filter for fleets containing this name in their device fleet name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.