public static final class RemoveTrafficControlApisRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RemoveTrafficControlApisRequest.Builder |
apiIds(String apiIds)
The IDs of the APIs from which you want to unbind a specified throttling policy.
|
RemoveTrafficControlApisRequest |
build() |
RemoveTrafficControlApisRequest.Builder |
groupId(String groupId)
The ID of the API group containing the APIs from which you want to unbind a specified throttling policy.
|
RemoveTrafficControlApisRequest.Builder |
securityToken(String securityToken)
The security token included in the WebSocket request header.
|
RemoveTrafficControlApisRequest.Builder |
stageName(String stageName)
The name of the runtime environment.
|
RemoveTrafficControlApisRequest.Builder |
trafficControlId(String trafficControlId)
The ID of the throttling policy that you want to unbind from APIs.
|
public RemoveTrafficControlApisRequest.Builder apiIds(String apiIds)
* If this parameter is not specified, the throttling policy is unbound from all the APIs in the specified environment of the API group. * Separate multiple API IDs with commas (,). A maximum of 100 API IDs can be entered.
public RemoveTrafficControlApisRequest.Builder groupId(String groupId)
public RemoveTrafficControlApisRequest.Builder securityToken(String securityToken)
public RemoveTrafficControlApisRequest.Builder stageName(String stageName)
* **RELEASE** * **TEST**
public RemoveTrafficControlApisRequest.Builder trafficControlId(String trafficControlId)
public RemoveTrafficControlApisRequest build()
Copyright © 2024. All rights reserved.