Interface File.Builder

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

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

    • blobId

      File.Builder blobId(String blobId)

      The blob ID that contains the file information.

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

      File.Builder absolutePath(String absolutePath)

      The fully qualified path to the file in the repository.

      Parameters:
      absolutePath - The fully qualified path to the file in the repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relativePath

      File.Builder relativePath(String relativePath)

      The relative path of the file from the folder where the query originated.

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

      File.Builder fileMode(String fileMode)

      The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

      Parameters:
      fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileMode

      File.Builder fileMode(FileModeTypeEnum fileMode)

      The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

      Parameters:
      fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: