Interface ListSensorStatisticsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSensorStatisticsRequest
public static interface ListSensorStatisticsRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListSensorStatisticsRequest.Builder,ListSensorStatisticsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSensorStatisticsRequest.BuilderdatasetName(String datasetName)The name of the dataset associated with the list of Sensor Statistics.ListSensorStatisticsRequest.BuilderingestionJobId(String ingestionJobId)The ingestion job id associated with the list of Sensor Statistics.ListSensorStatisticsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of sensors for which to retrieve statistics.ListSensorStatisticsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of sensor statistics.ListSensorStatisticsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSensorStatisticsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
overrideConfiguration
ListSensorStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSensorStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-