public static final class UpdateGatewayAuthConsumerStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateGatewayAuthConsumerStatusRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
UpdateGatewayAuthConsumerStatusRequest |
build() |
UpdateGatewayAuthConsumerStatusRequest.Builder |
consumerStatus(Boolean consumerStatus)
The status of the consumer.
|
UpdateGatewayAuthConsumerStatusRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
|
UpdateGatewayAuthConsumerStatusRequest.Builder |
id(Long id)
The consumer ID.
|
public UpdateGatewayAuthConsumerStatusRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh
public UpdateGatewayAuthConsumerStatusRequest.Builder consumerStatus(Boolean consumerStatus)
The status of the consumer. Valid values:
This parameter is required.
example:true
public UpdateGatewayAuthConsumerStatusRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The unique ID of the gateway.
This parameter is required.
example:gw-685f661467b54f48b7b7a76605ce****
public UpdateGatewayAuthConsumerStatusRequest.Builder id(Long id)
The consumer ID.
This parameter is required.
example:1
public UpdateGatewayAuthConsumerStatusRequest build()
Copyright © 2026. All rights reserved.