| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.builder() |
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.componentVersion(String componentVersion)
The version of the component.
|
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.configurationUpdate(ComponentConfigurationUpdate configurationUpdate)
The configuration updates to deploy for the component.
|
default ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.configurationUpdate(Consumer<ComponentConfigurationUpdate.Builder> configurationUpdate)
The configuration updates to deploy for the component.
|
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.runWith(ComponentRunWith runWith)
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
default ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.runWith(Consumer<ComponentRunWith.Builder> runWith)
The system user and group that the IoT Greengrass Core software uses to run component processes on the core
device.
|
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentDeploymentSpecification.Builder> |
ComponentDeploymentSpecification.serializableBuilderClass() |
Copyright © 2023. All rights reserved.