Interface CoreDevice.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CoreDevice.Builder,,- CoreDevice> - SdkBuilder<CoreDevice.Builder,,- CoreDevice> - SdkPojo
- Enclosing class:
- CoreDevice
- 
Method SummaryModifier and TypeMethodDescriptionarchitecture(String architecture) The computer architecture of the core device.coreDeviceThingName(String coreDeviceThingName) The name of the core device.lastStatusUpdateTimestamp(Instant lastStatusUpdateTimestamp) The time at which the core device's status last updated, expressed in ISO 8601 format.The operating system platform that the core device runs.The runtime for the core device.The status of the core device.status(CoreDeviceStatus status) The status of the core device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
coreDeviceThingNameThe name of the core device. This is also the name of the IoT thing. - Parameters:
- coreDeviceThingName- The name of the core device. This is also the name of the IoT thing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe 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.
 - Parameters:
- 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.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
statusThe 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.
 - Parameters:
- 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.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
lastStatusUpdateTimestampThe time at which the core device's status last updated, expressed in ISO 8601 format. - Parameters:
- lastStatusUpdateTimestamp- The time at which the core device's status last updated, expressed in ISO 8601 format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
platformThe operating system platform that the core device runs. - Parameters:
- platform- The operating system platform that the core device runs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
architectureThe computer architecture of the core device. - Parameters:
- architecture- The computer architecture of the core device.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
runtimeThe runtime for the core device. The runtime can be: - 
 aws_nucleus_classic
- 
 aws_nucleus_lite
 - Parameters:
- runtime- The runtime for the core device. The runtime can be:- 
        aws_nucleus_classic
- 
        aws_nucleus_lite
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
 
-