Uses of Interface
software.amazon.awssdk.services.batch.model.Device.Builder
-
Packages that use Device.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Device.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return Device.Builder Modifier and Type Method Description static Device.BuilderDevice. builder()Device.BuilderDevice.Builder. containerPath(String containerPath)The path inside the container that's used to expose the host device.Device.BuilderDevice.Builder. hostPath(String hostPath)The path for the device on the host container instance.Device.BuilderDevice.Builder. permissions(Collection<DeviceCgroupPermission> permissions)The explicit permissions to provide to the container for the device.Device.BuilderDevice.Builder. permissions(DeviceCgroupPermission... permissions)The explicit permissions to provide to the container for the device.Device.BuilderDevice.Builder. permissionsWithStrings(String... permissions)The explicit permissions to provide to the container for the device.Device.BuilderDevice.Builder. permissionsWithStrings(Collection<String> permissions)The explicit permissions to provide to the container for the device.Device.BuilderDevice. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Device.Builder Modifier and Type Method Description static Class<? extends Device.Builder>Device. serializableBuilderClass()
-