GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.architecture(String architecture) |
The computer architecture of the core device.
|
static GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.builder() |
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.coreDeviceThingName(String coreDeviceThingName) |
The name of the core device.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.coreVersion(String coreVersion) |
The version of the IoT Greengrass Core software that the core device runs.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.lastStatusUpdateTimestamp(Instant lastStatusUpdateTimestamp) |
The time at which the core device's status last updated, expressed in ISO 8601 format.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.platform(String platform) |
The operating system platform that the core device runs.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.status(String status) |
The status of the core device.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.status(CoreDeviceStatus status) |
The status of the core device.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.tags(Map<String,String> tags) |
A list of key-value pairs that contain metadata for the resource.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.toBuilder() |
|