Interface MissingCompleteSensorData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MissingCompleteSensorData.Builder,
,MissingCompleteSensorData> SdkBuilder<MissingCompleteSensorData.Builder,
,MissingCompleteSensorData> SdkPojo
- Enclosing class:
MissingCompleteSensorData
public static interface MissingCompleteSensorData.Builder
extends SdkPojo, CopyableBuilder<MissingCompleteSensorData.Builder,MissingCompleteSensorData>
-
Method Summary
Modifier and TypeMethodDescriptionaffectedSensorCount
(Integer affectedSensorCount) Indicates the number of sensors that have data missing completely.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 Details
-
affectedSensorCount
Indicates the number of sensors that have data missing completely.
- Parameters:
affectedSensorCount
- Indicates the number of sensors that have data missing completely.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-