public static final class UpdateFolderRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateFolderRequest |
build() |
UpdateFolderRequest.Builder |
folderId(String folderId)
The ID of the folder.
|
UpdateFolderRequest.Builder |
newFolderName(String newFolderName)
The new name of the folder.
|
public UpdateFolderRequest.Builder folderId(String folderId)
public UpdateFolderRequest.Builder newFolderName(String newFolderName)
The name must be 1 to 24 characters in length and can contain letters, digits, underscores (\_), periods (.), and hyphens (-).
public UpdateFolderRequest build()
Copyright © 2023. All rights reserved.