Interface FileMetadata.Builder

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

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

    • absolutePath

      FileMetadata.Builder absolutePath(String absolutePath)

      The full path to the file to be added or updated, including the name of the file.

      Parameters:
      absolutePath - The full path to the file to be added or updated, including the name of the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blobId

      FileMetadata.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.
    • fileMode

      FileMetadata.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

      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: