public static final class UpdateNacosConfigRequest.Builder extends Object
public UpdateNacosConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateNacosConfigRequest.Builder appName(String appName)
The name of the application.
example:postoffice
public UpdateNacosConfigRequest.Builder betaIps(String betaIps)
The list of IP addresses where the beta release of the configuration is performed.
example:196.168.XX.XX
public UpdateNacosConfigRequest.Builder content(String content)
public UpdateNacosConfigRequest.Builder dataId(String dataId)
The ID of the configuration.
This parameter is required.
example:ky-check-****.yml
public UpdateNacosConfigRequest.Builder desc(String desc)
The description of the configuration.
example:Basic configurations
public UpdateNacosConfigRequest.Builder encryptedDataKey(String encryptedDataKey)
The encryption key.
example:122wdwe****
public UpdateNacosConfigRequest.Builder group(String group)
The name of the group.
This parameter is required.
example:resource
public UpdateNacosConfigRequest.Builder instanceId(String instanceId)
The ID of the instance.
This parameter is required.
example:mse-cn-7pp2a****
public UpdateNacosConfigRequest.Builder md5(String md5)
The MD5 value of the configuration.
example:045439703a273a94306422b****
public UpdateNacosConfigRequest.Builder namespaceId(String namespaceId)
The ID of the namespace.
example:78b7af66-d15f-4541-b886-11ed81ecb6c0
public UpdateNacosConfigRequest.Builder tags(String tags)
The list of tags.
example:2021-10-20
public UpdateNacosConfigRequest.Builder type(String type)
The format of the configuration. Supported formats include TEXT, JSON, XML, and HTML.
example:text
public UpdateNacosConfigRequest build()
Copyright © 2026. All rights reserved.