public static interface ListSensorStatisticsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSensorStatisticsRequest.Builder |
datasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
|
ListSensorStatisticsRequest.Builder |
ingestionJobId(String ingestionJobId)
The ingestion job id associated with the list of Sensor Statistics.
|
ListSensorStatisticsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
|
ListSensorStatisticsRequest.Builder |
nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
|
ListSensorStatisticsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSensorStatisticsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSensorStatisticsRequest.Builder datasetName(String datasetName)
The name of the dataset associated with the list of Sensor Statistics.
datasetName - The name of the dataset associated with the list of Sensor Statistics.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.
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.ListSensorStatisticsRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of sensors for which to retrieve statistics.
maxResults - Specifies the maximum number of sensors for which to retrieve statistics.ListSensorStatisticsRequest.Builder nextToken(String nextToken)
An opaque pagination token indicating where to continue the listing of sensor statistics.
nextToken - An opaque pagination token indicating where to continue the listing of sensor statistics.ListSensorStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSensorStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.