Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ComponentRunWith.Builder
-
Packages that use ComponentRunWith.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentRunWith.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ComponentRunWith.Builder Modifier and Type Method Description static ComponentRunWith.BuilderComponentRunWith. builder()ComponentRunWith.BuilderComponentRunWith.Builder. posixUser(String posixUser)The POSIX system user and, optionally, group to use to run this component on Linux core devices.default ComponentRunWith.BuilderComponentRunWith.Builder. systemResourceLimits(Consumer<SystemResourceLimits.Builder> systemResourceLimits)The system resource limits to apply to this component's process on the core device.ComponentRunWith.BuilderComponentRunWith.Builder. systemResourceLimits(SystemResourceLimits systemResourceLimits)The system resource limits to apply to this component's process on the core device.ComponentRunWith.BuilderComponentRunWith. toBuilder()ComponentRunWith.BuilderComponentRunWith.Builder. windowsUser(String windowsUser)The Windows user to use to run this component on Windows core devices.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentRunWith.Builder Modifier and Type Method Description static Class<? extends ComponentRunWith.Builder>ComponentRunWith. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ComponentRunWith.Builder Modifier and Type Method Description default ComponentDeploymentSpecification.BuilderComponentDeploymentSpecification.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.
-