public static final class AddCloudVendorAccountAKResponseBody.AuthModules.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
AddCloudVendorAccountAKResponseBody.AuthModules |
build() |
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
message(String message)
The error message of the module.
|
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
module(String module)
The code of the module.
|
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
moduleAssetType(String moduleAssetType)
The cloud asset that is associated with the module.
|
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
moduleDisp(String moduleDisp)
The display name of the module.
|
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
moduleServiceStatus(Integer moduleServiceStatus)
The service status of the module.
|
AddCloudVendorAccountAKResponseBody.AuthModules.Builder |
moduleStatement(String moduleStatement)
The permission description of the module.
|
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder message(String message)
The error message of the module.
example:ak_domain_error
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder module(String module)
The code of the module. Valid values:
HOST
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder moduleAssetType(String moduleAssetType)
The cloud asset that is associated with the module.
example:Cloud server or virtual machine
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder moduleDisp(String moduleDisp)
The display name of the module.
example:Host Assets
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder moduleServiceStatus(Integer moduleServiceStatus)
The service status of the module. Valid values:
0
public AddCloudVendorAccountAKResponseBody.AuthModules.Builder moduleStatement(String moduleStatement)
The permission description of the module.
example:Read permission of the cloud server or virtual machine
public AddCloudVendorAccountAKResponseBody.AuthModules build()
Copyright © 2026. All rights reserved.