public static final class UpdateNacosServiceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateNacosServiceRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateNacosServiceRequest |
build() |
UpdateNacosServiceRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
UpdateNacosServiceRequest.Builder |
groupName(String groupName)
The name of the group.
|
UpdateNacosServiceRequest.Builder |
instanceId(String instanceId)
The ID of the instance.
|
UpdateNacosServiceRequest.Builder |
namespaceId(String namespaceId)
The ID of the namespace.
|
UpdateNacosServiceRequest.Builder |
protectThreshold(String protectThreshold)
The protection threshold.
|
UpdateNacosServiceRequest.Builder |
serviceName(String serviceName)
The name of the service.
|
public UpdateNacosServiceRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateNacosServiceRequest.Builder clusterId(String clusterId)
The ID of the cluster.
example:This operation contains both the InstanceId and ClusterId parameters. You must specify one of them.
mse-09k1q11****
public UpdateNacosServiceRequest.Builder groupName(String groupName)
The name of the group.
example:DEFAULT_GROUP
public UpdateNacosServiceRequest.Builder instanceId(String instanceId)
The ID of the instance.
example:This operation contains both the InstanceId and ClusterId parameters. You must specify one of them.
mse-cn-st21ri2****
public UpdateNacosServiceRequest.Builder namespaceId(String namespaceId)
The ID of the namespace.
example:5e3ee449-b5c0-4aee-b857-32c0acbebf26
public UpdateNacosServiceRequest.Builder protectThreshold(String protectThreshold)
The protection threshold.
example:0
public UpdateNacosServiceRequest.Builder serviceName(String serviceName)
The name of the service.
This parameter is required.
example:com.dingtalk.doc.thumbnails.pdf.ThumbnailService
public UpdateNacosServiceRequest build()
Copyright © 2026. All rights reserved.