Interface SymbolicLink.Builder

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

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

    • blobId

      SymbolicLink.Builder blobId(String blobId)

      The blob ID that contains the information about the symbolic link.

      Parameters:
      blobId - The blob ID that contains the information about the symbolic link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • absolutePath

      SymbolicLink.Builder absolutePath(String absolutePath)

      The fully qualified path to the folder that contains the symbolic link.

      Parameters:
      absolutePath - The fully qualified path to the folder that contains the symbolic link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relativePath

      SymbolicLink.Builder relativePath(String relativePath)

      The relative path of the symbolic link from the folder where the query originated.

      Parameters:
      relativePath - The relative path of the symbolic link from the folder where the query originated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileMode

      SymbolicLink.Builder fileMode(String fileMode)

      The file mode permissions of the blob that cotains information about the symbolic link.

      Parameters:
      fileMode - The file mode permissions of the blob that cotains information about the symbolic link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileMode

      The file mode permissions of the blob that cotains information about the symbolic link.

      Parameters:
      fileMode - The file mode permissions of the blob that cotains information about the symbolic link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: