public static final class CreateNacosConfigRequest.Builder extends Object
public CreateNacosConfigRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public CreateNacosConfigRequest.Builder appName(String appName)
The name of the application.
example:saledatacenter-task
public CreateNacosConfigRequest.Builder betaIps(String betaIps)
The list of IP addresses where the beta release of the configuration is performed.
example:100.117.XX.XX,100.117.XX.XX
public CreateNacosConfigRequest.Builder content(String content)
public CreateNacosConfigRequest.Builder dataId(String dataId)
The ID of the data.
This parameter is required.
example:common.yaml
public CreateNacosConfigRequest.Builder desc(String desc)
The description of the configuration.
example:Basic module configuration.
public CreateNacosConfigRequest.Builder group(String group)
The ID of the group.
This parameter is required.
example:alime-bridge-aliyun
public CreateNacosConfigRequest.Builder instanceId(String instanceId)
The ID of the instance.
This parameter is required.
example:mse_prepaid_public_cn-tl32****
public CreateNacosConfigRequest.Builder namespaceId(String namespaceId)
The ID of the namespace.
example:547fd2a0-d0d6-****-80db2a1afb82
public CreateNacosConfigRequest.Builder tags(String tags)
The tags of the configuration.
example:Basic configurations
public CreateNacosConfigRequest.Builder type(String type)
The format of the configuration. Supported formats include TEXT, JSON, and XML.
example:text
public CreateNacosConfigRequest build()
Copyright © 2026. All rights reserved.