public static final class UpdateServiceSourceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateServiceSourceRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateServiceSourceRequest.Builder |
address(String address)
The address.
|
UpdateServiceSourceRequest |
build() |
UpdateServiceSourceRequest.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
UpdateServiceSourceRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateServiceSourceRequest.Builder |
id(Long id)
The ID of the service source.
|
UpdateServiceSourceRequest.Builder |
ingressOptionsRequest(UpdateServiceSourceRequest.IngressOptionsRequest ingressOptionsRequest)
The configurations of Ingress resources.
|
UpdateServiceSourceRequest.Builder |
name(String name)
The name.
|
UpdateServiceSourceRequest.Builder |
pathList(List<String> pathList)
An array of service root paths.
|
UpdateServiceSourceRequest.Builder |
source(String source)
The service source.
|
UpdateServiceSourceRequest.Builder |
type(String type)
The type of the service source.
|
public UpdateServiceSourceRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateServiceSourceRequest.Builder address(String address)
The address.
example:c9ad2a0717032427e920754e25b49e3b5
public UpdateServiceSourceRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:429
public UpdateServiceSourceRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-cdd1bb9bfb8341e9805f931a3ba1f4c6
public UpdateServiceSourceRequest.Builder id(Long id)
The ID of the service source.
example:63
public UpdateServiceSourceRequest.Builder ingressOptionsRequest(UpdateServiceSourceRequest.IngressOptionsRequest ingressOptionsRequest)
The configurations of Ingress resources.
example:zh
public UpdateServiceSourceRequest.Builder name(String name)
The name.
example:istio
public UpdateServiceSourceRequest.Builder pathList(List<String> pathList)
An array of service root paths.
public UpdateServiceSourceRequest.Builder source(String source)
The service source. Valid values:
K8s
public UpdateServiceSourceRequest.Builder type(String type)
The type of the service source. Valid values:
K8s
public UpdateServiceSourceRequest build()
Copyright © 2026. All rights reserved.