| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentRunWith.Builder |
ComponentRunWith.builder() |
ComponentRunWith.Builder |
ComponentRunWith.Builder.posixUser(String posixUser)
The POSIX system user and, optionally, group to use to run this component on Linux core devices.
|
default ComponentRunWith.Builder |
ComponentRunWith.Builder.systemResourceLimits(Consumer<SystemResourceLimits.Builder> systemResourceLimits)
The system resource limits to apply to this component's process on the core device.
|
ComponentRunWith.Builder |
ComponentRunWith.Builder.systemResourceLimits(SystemResourceLimits systemResourceLimits)
The system resource limits to apply to this component's process on the core device.
|
ComponentRunWith.Builder |
ComponentRunWith.toBuilder() |
ComponentRunWith.Builder |
ComponentRunWith.Builder.windowsUser(String windowsUser)
The Windows user to use to run this component on Windows core devices.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentRunWith.Builder> |
ComponentRunWith.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.