Interface AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder

    • Method Detail

      • ownerGid

        AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerGid​(String 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

        AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder ownerUid​(String 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

        AwsEfsAccessPointRootDirectoryCreationInfoDetails.Builder permissions​(String 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.