public static final class RemoveIpControlApisRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RemoveIpControlApisRequest.Builder |
apiIds(String apiIds)
The IDs of the APIs from which you want to unbind the ACL.
|
RemoveIpControlApisRequest |
build() |
RemoveIpControlApisRequest.Builder |
groupId(String groupId)
The ID of the API group.
|
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, the ACL is unbound from all the APIs in the specified environment of the API group. * The IDs of APIs that you want to query. Separate multiple API IDs with commas (,). A maximum of 100 API 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 © 2024. All rights reserved.