public static final class GetMseSourceResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetMseSourceResponseBody.Data.Builder |
address(String address)
The endpoint of the instance.
|
GetMseSourceResponseBody.Data |
build() |
GetMseSourceResponseBody.Data.Builder |
clusterId(String clusterId)
The ID of cluster.
|
GetMseSourceResponseBody.Data.Builder |
instanceId(String instanceId)
The ID of the instance
example:
mse_prepaid_public_cn-7pp2eec****
|
GetMseSourceResponseBody.Data.Builder |
name(String name)
The name.
|
GetMseSourceResponseBody.Data.Builder |
type(String type)
The type.
|
public GetMseSourceResponseBody.Data.Builder address(String address)
The endpoint of the instance.
example:mse-af1****-nacos-ans.mse.aliyuncs.com:8848
public GetMseSourceResponseBody.Data.Builder clusterId(String clusterId)
The ID of cluster.
example:mse_
public GetMseSourceResponseBody.Data.Builder instanceId(String instanceId)
The ID of the instance
example:mse_prepaid_public_cn-7pp2eec****
public GetMseSourceResponseBody.Data.Builder name(String name)
The name.
example:test
public GetMseSourceResponseBody.Data.Builder type(String type)
The type.
example:Nacos
public GetMseSourceResponseBody.Data build()
Copyright © 2026. All rights reserved.