public static interface CoreDevice.Builder extends SdkPojo, CopyableBuilder<CoreDevice.Builder,CoreDevice>
| Modifier and Type | Method and Description |
|---|---|
CoreDevice.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
CoreDevice.Builder |
lastStatusUpdateTimestamp(Instant lastStatusUpdateTimestamp)
The time at which the core device's status last updated, expressed in ISO 8601 format.
|
CoreDevice.Builder |
status(CoreDeviceStatus status)
The status of the core device.
|
CoreDevice.Builder |
status(String status)
The status of the core device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreDevice.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.CoreDevice.Builder status(String status)
The status of the core device. Core devices can have the following statuses:
HEALTHY – The IoT Greengrass Core software and all components run on the core device without
issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the core
device.
status - The status of the core device. Core devices can have the following statuses:
HEALTHY – The IoT Greengrass Core software and all components run on the core device
without issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the
core device.
CoreDeviceStatus,
CoreDeviceStatusCoreDevice.Builder status(CoreDeviceStatus status)
The status of the core device. Core devices can have the following statuses:
HEALTHY – The IoT Greengrass Core software and all components run on the core device without
issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the core
device.
status - The status of the core device. Core devices can have the following statuses:
HEALTHY – The IoT Greengrass Core software and all components run on the core device
without issue.
UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the
core device.
CoreDeviceStatus,
CoreDeviceStatusCoreDevice.Builder lastStatusUpdateTimestamp(Instant lastStatusUpdateTimestamp)
The time at which the core device's status last updated, expressed in ISO 8601 format.
lastStatusUpdateTimestamp - The time at which the core device's status last updated, expressed in ISO 8601 format.Copyright © 2023. All rights reserved.