public static final class UpdateProjectRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateProjectRequest |
build() |
UpdateProjectRequest.Builder |
description(String description)
The description of the project.
|
UpdateProjectRequest.Builder |
project(String project)
The name of the project.
|
UpdateProjectRequest.Builder |
recycleBinEnabled(Boolean recycleBinEnabled)
Specifies whether to enable the recycle bin feature.
|
public UpdateProjectRequest.Builder project(String project)
The name of the project.
This parameter is required.
example:ali-project-test
public UpdateProjectRequest.Builder description(String description)
The description of the project. The default value is an empty string.
This parameter is required.
example:Description of my-project-test
public UpdateProjectRequest.Builder recycleBinEnabled(Boolean recycleBinEnabled)
Specifies whether to enable the recycle bin feature.
Valid values:
true
public UpdateProjectRequest build()
Copyright © 2025. All rights reserved.