Interface DeleteFileEntry.Builder

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

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

    • filePath

      DeleteFileEntry.Builder filePath(String filePath)

      The full path of the file to be deleted, including the name of the file.

      Parameters:
      filePath - The full path of the file to be deleted, including the name of the file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.