| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
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(CoreDeviceStatus status)
The status of the core device.
|
GetCoreDeviceResponse.Builder |
GetCoreDeviceResponse.Builder.status(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCoreDeviceResponse.Builder> |
GetCoreDeviceResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.