Interface AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder

  • Method Details

    • ownerGid

      Specifies the POSIX group ID to apply to the root directory.

      Parameters:
      ownerGid - Specifies the POSIX group ID to apply to the root directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerUid

      Specifies the POSIX user ID to apply to the root directory.

      Parameters:
      ownerUid - Specifies the POSIX user ID to apply to the root directory.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.

      Parameters:
      permissions - Specifies the POSIX permissions to apply to the root directory, in the format of an octal number representing the file's mode bits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.