public static final class UpdatePluginConfigRequest.Builder extends Object
public UpdatePluginConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh: Chinese en: English
example:zh
public UpdatePluginConfigRequest.Builder config(String config)
public UpdatePluginConfigRequest.Builder configLevel(Integer configLevel)
The application scope of the plug-in.
0
public UpdatePluginConfigRequest.Builder enable(Boolean enable)
Specifies whether to enable the plug-in.
example:true
public UpdatePluginConfigRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:1
public UpdatePluginConfigRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-ubuwqygbq4783gqb2y3f87q****
public UpdatePluginConfigRequest.Builder gmtCreate(String gmtCreate)
The creation time.
example:1667309705000
public UpdatePluginConfigRequest.Builder gmtModified(String gmtModified)
The update time.
example:1667309705000
public UpdatePluginConfigRequest.Builder id(Long id)
The ID of the plug-in configuration.
example:1
public UpdatePluginConfigRequest.Builder pluginId(Long pluginId)
The ID of the gateway plug-in.
example:2
public UpdatePluginConfigRequest.Builder resourceIdList(List<Long> resourceIdList)
public UpdatePluginConfigRequest build()
Copyright © 2026. All rights reserved.