public static interface ThingConnectivity.Builder extends SdkPojo, CopyableBuilder<ThingConnectivity.Builder,ThingConnectivity>
| Modifier and Type | Method and Description |
|---|---|
ThingConnectivity.Builder |
connected(Boolean connected)
True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not connected.
|
ThingConnectivity.Builder |
disconnectReason(String disconnectReason)
The reason why the client is disconnected.
|
ThingConnectivity.Builder |
timestamp(Long timestamp)
The epoch time (in milliseconds) when the thing last connected or disconnected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThingConnectivity.Builder connected(Boolean connected)
True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not connected.
connected - True if the thing is connected to the Amazon Web Services IoT Core service; false if it is not
connected.ThingConnectivity.Builder timestamp(Long timestamp)
The epoch time (in milliseconds) when the thing last connected or disconnected. If the thing has been disconnected for approximately an hour, the time value might be missing.
timestamp - The epoch time (in milliseconds) when the thing last connected or disconnected. If the thing has been
disconnected for approximately an hour, the time value might be missing.ThingConnectivity.Builder disconnectReason(String disconnectReason)
The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the
disconnectReason value might be missing.
disconnectReason - The reason why the client is disconnected. If the thing has been disconnected for approximately an
hour, the disconnectReason value might be missing.Copyright © 2022. All rights reserved.