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.
|