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
Modifier and TypeMethodDescriptiondatasetName
(String datasetName) The name of the dataset associated with the list of Sensor Statistics.ingestionJobId
(String ingestionJobId) The ingestion job id associated with the list of Sensor Statistics.maxResults
(Integer maxResults) Specifies the maximum number of sensors for which to retrieve statistics.An opaque pagination token indicating where to continue the listing of sensor statistics.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSensorStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-