public static final class DeleteGatewayAuthConsumerRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteGatewayAuthConsumerRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
DeleteGatewayAuthConsumerRequest |
build() |
DeleteGatewayAuthConsumerRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
DeleteGatewayAuthConsumerRequest.Builder |
id(Long id)
The ID of the consumer on which the gateway performs authentication operations.
|
public DeleteGatewayAuthConsumerRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public DeleteGatewayAuthConsumerRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
This parameter is required.
example:gw-c70622ff52fe49beb29bea9a6f52****
public DeleteGatewayAuthConsumerRequest.Builder id(Long id)
The ID of the consumer on which the gateway performs authentication operations.
This parameter is required.
example:33ff74b6-d21e-4f9b-91a8-bc1ea4ef****
public DeleteGatewayAuthConsumerRequest build()
Copyright © 2026. All rights reserved.