public static final class MoveCdsFileRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
MoveCdsFileRequest |
build() |
MoveCdsFileRequest.Builder |
cdsId(String cdsId)
The ID of the cloud disk.
|
MoveCdsFileRequest.Builder |
conflictPolicy(String conflictPolicy)
The processing mode of files that have the same name.
|
MoveCdsFileRequest.Builder |
endUserId(String endUserId)
The user ID that you want to use to access the cloud disk.
|
MoveCdsFileRequest.Builder |
fileId(String fileId)
The ID of the file.
|
MoveCdsFileRequest.Builder |
groupId(String groupId)
The group ID.
|
MoveCdsFileRequest.Builder |
parentFolderId(String parentFolderId)
The ID of the parent folder that you want to move.
|
MoveCdsFileRequest.Builder |
regionId(String regionId)
The region ID.
|
public MoveCdsFileRequest.Builder cdsId(String cdsId)
public MoveCdsFileRequest.Builder conflictPolicy(String conflictPolicy)
Valid values: * refuse : If you want to create a file that uses the same name as an existing file in the cloud, the system denies your request and returns the details of the existing file. * auto_rename : If you want to create a file that uses the same name as an existing file in the cloud, the system renames the file that you want to create by appending the current time point. * ignore : The system allows you to create a file that uses the same name as an existing file in the cloud. * over_write : After you create a file that uses the same name as an existing file in the cloud, the new file overwrites the existing file.
public MoveCdsFileRequest.Builder endUserId(String endUserId)
public MoveCdsFileRequest.Builder fileId(String fileId)
public MoveCdsFileRequest.Builder groupId(String groupId)
public MoveCdsFileRequest.Builder parentFolderId(String parentFolderId)
public MoveCdsFileRequest.Builder regionId(String regionId)
public MoveCdsFileRequest build()
Copyright © 2024. All rights reserved.