Interface ListSensorStatisticsRequest.Builder

    • Method Detail

      • datasetName

        ListSensorStatisticsRequest.Builder datasetName​(String datasetName)

        The name of the dataset associated with the list of Sensor Statistics.

        Parameters:
        datasetName - The name of the dataset associated with the list of Sensor Statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionJobId

        ListSensorStatisticsRequest.Builder ingestionJobId​(String ingestionJobId)

        The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

        Parameters:
        ingestionJobId - The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSensorStatisticsRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of sensors for which to retrieve statistics.

        Parameters:
        maxResults - Specifies the maximum number of sensors for which to retrieve statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSensorStatisticsRequest.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of sensor statistics.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.
        Returns:
        Returns a reference to this object so that method calls can be chained together.