Interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder

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

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

    • containerPath

      The absolute file path where the tmpfs volume is to be mounted.

      Parameters:
      containerPath - The absolute file path where the tmpfs volume is to be mounted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountOptions

      The list of tmpfs volume mount options.

      Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

      Parameters:
      mountOptions - The list of tmpfs volume mount options.

      Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountOptions

      The list of tmpfs volume mount options.

      Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

      Parameters:
      mountOptions - The list of tmpfs volume mount options.

      Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • size

      The maximum size (in MiB) of the tmpfs volume.

      Parameters:
      size - The maximum size (in MiB) of the tmpfs volume.
      Returns:
      Returns a reference to this object so that method calls can be chained together.