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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MissingCompleteSensorData.BuilderaffectedSensorCount(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 Detail
-
affectedSensorCount
MissingCompleteSensorData.Builder affectedSensorCount(Integer 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.
-
-