Interface DeviceStats.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceStats.Builder,DeviceStats>,SdkBuilder<DeviceStats.Builder,DeviceStats>,SdkPojo
- Enclosing class:
- DeviceStats
public static interface DeviceStats.Builder extends SdkPojo, CopyableBuilder<DeviceStats.Builder,DeviceStats>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceStats.BuilderconnectedDeviceCount(Long connectedDeviceCount)The number of devices connected with a heartbeat.DeviceStats.BuilderregisteredDeviceCount(Long registeredDeviceCount)The number of registered devices.-
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
-
connectedDeviceCount
DeviceStats.Builder connectedDeviceCount(Long connectedDeviceCount)
The number of devices connected with a heartbeat.
- Parameters:
connectedDeviceCount- The number of devices connected with a heartbeat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredDeviceCount
DeviceStats.Builder registeredDeviceCount(Long registeredDeviceCount)
The number of registered devices.
- Parameters:
registeredDeviceCount- The number of registered devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-