Interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder

    • Method Detail

      • permissions

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.