Interface ListSensorStatisticsRequest.Builder

  • Method Details

    • 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

      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

      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.
    • overrideConfiguration

      ListSensorStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.