public static final class ModifyWebPathRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebPathRequest |
build() |
ModifyWebPathRequest.Builder |
config(String config)
The configuration of the web directory.
|
ModifyWebPathRequest.Builder |
target(String target)
The protected asset to which the web directory belongs.
|
ModifyWebPathRequest.Builder |
type(String type)
The type of the configuration item.
|
public ModifyWebPathRequest.Builder config(String config)
The configuration of the web directory. The value of this parameter is in the JSON format and contains the following fields:
{ "webPathType": "customize", "webPath": "/root/www****" }
public ModifyWebPathRequest.Builder target(String target)
The protected asset to which the web directory belongs. The value of this parameter is in the JSON format and contains the following fields:
[{"target":"0186127a-d33e-4d0c-94fb-8f25f87bc69f","targetType":"uuid","flag":"add"}]
public ModifyWebPathRequest.Builder type(String type)
The type of the configuration item. Set the value to web_path.
example:web_path
public ModifyWebPathRequest build()
Copyright © 2026. All rights reserved.