public static final class RemoveIpControlApisRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RemoveIpControlApisRequest.Builder |
apiIds(String apiIds)
The ID of the API to be managed.
|
RemoveIpControlApisRequest |
build() |
RemoveIpControlApisRequest.Builder |
groupId(String groupId)
The ID of the API group containing the API to be managed.
|
RemoveIpControlApisRequest.Builder |
ipControlId(String ipControlId)
The ID of the ACL.
|
RemoveIpControlApisRequest.Builder |
securityToken(String securityToken)
SecurityToken.
|
RemoveIpControlApisRequest.Builder |
stageName(String stageName)
The name of the runtime environment.
|
public RemoveIpControlApisRequest.Builder apiIds(String apiIds)
* If this parameter is not specified, all APIs of the API group are unbound in the specified environment by default. * The IDs of the APIs that you want to query. Separate multiple IDs with commas (,). A maximum of 100 IDs can be entered.
public RemoveIpControlApisRequest.Builder groupId(String groupId)
public RemoveIpControlApisRequest.Builder ipControlId(String ipControlId)
public RemoveIpControlApisRequest.Builder securityToken(String securityToken)
public RemoveIpControlApisRequest.Builder stageName(String stageName)
* **RELEASE** * **TEST**
public RemoveIpControlApisRequest build()
Copyright © 2023. All rights reserved.