Interface MissingSensorData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MissingSensorData.Builder,MissingSensorData>,SdkBuilder<MissingSensorData.Builder,MissingSensorData>,SdkPojo
- Enclosing class:
- MissingSensorData
public static interface MissingSensorData.Builder extends SdkPojo, CopyableBuilder<MissingSensorData.Builder,MissingSensorData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MissingSensorData.BuilderaffectedSensorCount(Integer affectedSensorCount)Indicates the number of sensors that have atleast some data missing.MissingSensorData.BuildertotalNumberOfMissingValues(Integer totalNumberOfMissingValues)Indicates the total number of missing values across all the sensors.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
affectedSensorCount
MissingSensorData.Builder affectedSensorCount(Integer affectedSensorCount)
Indicates the number of sensors that have atleast some data missing.
- Parameters:
affectedSensorCount- Indicates the number of sensors that have atleast some data missing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalNumberOfMissingValues
MissingSensorData.Builder totalNumberOfMissingValues(Integer totalNumberOfMissingValues)
Indicates the total number of missing values across all the sensors.
- Parameters:
totalNumberOfMissingValues- Indicates the total number of missing values across all the sensors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-