Interface MissingSensorData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MissingSensorData.Builder,
,MissingSensorData> SdkBuilder<MissingSensorData.Builder,
,MissingSensorData> SdkPojo
- Enclosing class:
MissingSensorData
@Mutable
@NotThreadSafe
public static interface MissingSensorData.Builder
extends SdkPojo, CopyableBuilder<MissingSensorData.Builder,MissingSensorData>
-
Method Summary
Modifier and TypeMethodDescriptionaffectedSensorCount
(Integer affectedSensorCount) Indicates the number of sensors that have atleast some data missing.totalNumberOfMissingValues
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-