static ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.builder() |
|
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.componentVersion(String componentVersion) |
The version of the component.
|
default ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.configurationUpdate(Consumer<ComponentConfigurationUpdate.Builder> configurationUpdate) |
The configuration updates to deploy for the component.
|
ComponentDeploymentSpecification.Builder |
ComponentDeploymentSpecification.Builder.configurationUpdate(ComponentConfigurationUpdate configurationUpdate) |
The configuration updates to deploy for the component.
|
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.Builder.runWith(ComponentRunWith 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() |
|