public static interface GetCoreDeviceResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<GetCoreDeviceResponse.Builder,GetCoreDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCoreDeviceResponse.Builder |
architecture(String architecture)
The computer architecture of the core device.
|
GetCoreDeviceResponse.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
GetCoreDeviceResponse.Builder |
coreVersion(String coreVersion)
The version of the IoT Greengrass Core software that the core device runs.
|
GetCoreDeviceResponse.Builder |
lastStatusUpdateTimestamp(Instant lastStatusUpdateTimestamp)
The time at which the core device's status last updated, expressed in ISO 8601 format.
|
GetCoreDeviceResponse.Builder |
platform(String platform)
The operating system platform that the core device runs.
|
GetCoreDeviceResponse.Builder |
status(CoreDeviceStatus status)
The status of the core device.
|
GetCoreDeviceResponse.Builder |
status(String status)
The status of the core device.
|
GetCoreDeviceResponse.Builder |
tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCoreDeviceResponse.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.GetCoreDeviceResponse.Builder coreVersion(String coreVersion)
The version of the IoT Greengrass Core software that the core device runs. This version is equivalent to the version of the Greengrass nucleus component that runs on the core device. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.
coreVersion - The version of the IoT Greengrass Core software that the core device runs. This version is equivalent
to the version of the Greengrass nucleus component that runs on the core device. For more information,
see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.GetCoreDeviceResponse.Builder platform(String platform)
The operating system platform that the core device runs.
platform - The operating system platform that the core device runs.GetCoreDeviceResponse.Builder architecture(String architecture)
The computer architecture of the core device.
architecture - The computer architecture of the core device.GetCoreDeviceResponse.Builder status(String status)
The status of the core device. The core device status can be:
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. The core device status can be:
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,
CoreDeviceStatusGetCoreDeviceResponse.Builder status(CoreDeviceStatus status)
The status of the core device. The core device status can be:
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. The core device status can be:
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,
CoreDeviceStatusGetCoreDeviceResponse.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.GetCoreDeviceResponse.Builder tags(Map<String,String> tags)
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.
tags - A list of key-value pairs that contain metadata for the resource. For more information, see Tag your
resources in the IoT Greengrass V2 Developer Guide.Copyright © 2023. All rights reserved.