public static final class DeleteGatewayServiceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteGatewayServiceRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
DeleteGatewayServiceRequest |
build() |
DeleteGatewayServiceRequest.Builder |
gatewayId(Long gatewayId)
The ID of the gateway.
|
DeleteGatewayServiceRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
DeleteGatewayServiceRequest.Builder |
serviceId(String serviceId)
The ID of the service.
|
public DeleteGatewayServiceRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public DeleteGatewayServiceRequest.Builder gatewayId(Long gatewayId)
The ID of the gateway.
example:60
public DeleteGatewayServiceRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
example:gw-1a4ab101d5924b6f92c5ec98a841761f
public DeleteGatewayServiceRequest.Builder serviceId(String serviceId)
The ID of the service.
example:190
public DeleteGatewayServiceRequest build()
Copyright © 2026. All rights reserved.