| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaContainerParams.Builder |
LambdaContainerParams.builder() |
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.devices(Collection<LambdaDeviceMount> devices)
The list of system devices that the container can access.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.devices(Consumer<LambdaDeviceMount.Builder>... devices)
The list of system devices that the container can access.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.devices(LambdaDeviceMount... devices)
The list of system devices that the container can access.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.memorySizeInKB(Integer memorySizeInKB)
The memory size of the container, expressed in kilobytes.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.mountROSysfs(Boolean mountROSysfs)
Whether or not the container can read information from the device's
/sys folder. |
LambdaContainerParams.Builder |
LambdaContainerParams.toBuilder() |
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.volumes(Collection<LambdaVolumeMount> volumes)
The list of volumes that the container can access.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.volumes(Consumer<LambdaVolumeMount.Builder>... volumes)
The list of volumes that the container can access.
|
LambdaContainerParams.Builder |
LambdaContainerParams.Builder.volumes(LambdaVolumeMount... volumes)
The list of volumes that the container can access.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaContainerParams.Builder> |
LambdaContainerParams.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LambdaLinuxProcessParams.Builder |
LambdaLinuxProcessParams.Builder.containerParams(Consumer<LambdaContainerParams.Builder> containerParams)
The parameters for the container in which the Lambda function runs.
|
Copyright © 2023. All rights reserved.