public static interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder |
containerPath(String containerPath)
The path inside the container at which to expose the host device.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder |
hostPath(String hostPath)
The path for the device on the host container instance.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder |
permissions(Collection<String> permissions)
The explicit permissions to provide to the container for the device.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder |
permissions(String... permissions)
The explicit permissions to provide to the container for the device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder containerPath(String containerPath)
The path inside the container at which to expose the host device.
containerPath - The path inside the container at which to expose the host device.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder hostPath(String hostPath)
The path for the device on the host container instance.
hostPath - The path for the device on the host container instance.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder permissions(Collection<String> permissions)
The explicit permissions to provide to the container for the device. By default, the container has
permissions for read, write, and mknod for the device.
permissions - The explicit permissions to provide to the container for the device. By default, the container has
permissions for read, write, and mknod for the device.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder permissions(String... permissions)
The explicit permissions to provide to the container for the device. By default, the container has
permissions for read, write, and mknod for the device.
permissions - The explicit permissions to provide to the container for the device. By default, the container has
permissions for read, write, and mknod for the device.Copyright © 2023. All rights reserved.