Interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails>, SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails>, SdkPojo
Enclosing class:
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails

public static interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails>
  • Method Details

    • containerPath

      The path inside the container at which to expose the host device.

      Parameters:
      containerPath - The path inside the container at which to expose the host device.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostPath

      The path for the device on the host container instance.

      Parameters:
      hostPath - The path for the device on the host container instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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.