| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstalledComponent.Builder |
InstalledComponent.builder() |
InstalledComponent.Builder |
InstalledComponent.Builder.componentName(String componentName)
The name of the component.
|
InstalledComponent.Builder |
InstalledComponent.Builder.componentVersion(String componentVersion)
The version of the component.
|
InstalledComponent.Builder |
InstalledComponent.Builder.isRoot(Boolean isRoot)
Whether or not the component is a root component.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lastInstallationSource(String lastInstallationSource)
The most recent deployment source that brought the component to the Greengrass core device.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lastReportedTimestamp(Instant lastReportedTimestamp)
The last time the Greengrass core device sent a message containing a component's state to the Amazon Web
Services Cloud.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lastStatusChangeTimestamp(Instant lastStatusChangeTimestamp)
The status of how current the data is.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lifecycleState(InstalledComponentLifecycleState lifecycleState)
The lifecycle state of the component.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lifecycleState(String lifecycleState)
The lifecycle state of the component.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lifecycleStateDetails(String lifecycleStateDetails)
A detailed response about the lifecycle state of the component that explains the reason why a component has
an error or is broken.
|
InstalledComponent.Builder |
InstalledComponent.Builder.lifecycleStatusCodes(Collection<String> lifecycleStatusCodes)
The status codes that indicate the reason for failure whenever the
lifecycleState has an error
or is in a broken state. |
InstalledComponent.Builder |
InstalledComponent.Builder.lifecycleStatusCodes(String... lifecycleStatusCodes)
The status codes that indicate the reason for failure whenever the
lifecycleState has an error
or is in a broken state. |
InstalledComponent.Builder |
InstalledComponent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstalledComponent.Builder> |
InstalledComponent.serializableBuilderClass() |
Copyright © 2023. All rights reserved.