public static final class AttachPluginRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AttachPluginRequest.Builder |
apiId(String apiId)
The number of the API to be bound.
|
AttachPluginRequest.Builder |
apiIds(String apiIds)
The number of the API to be operated.
|
AttachPluginRequest |
build() |
AttachPluginRequest.Builder |
groupId(String groupId)
The ID of the API group that contains the API to which the plug-in is to be bound.
|
AttachPluginRequest.Builder |
pluginId(String pluginId)
The ID of the plug-in to be bound.
|
AttachPluginRequest.Builder |
securityToken(String securityToken)
SecurityToken.
|
AttachPluginRequest.Builder |
stageName(String stageName)
The name of the runtime environment.
|
public AttachPluginRequest.Builder apiId(String apiId)
public AttachPluginRequest.Builder apiIds(String apiIds)
public AttachPluginRequest.Builder groupId(String groupId)
public AttachPluginRequest.Builder pluginId(String pluginId)
public AttachPluginRequest.Builder securityToken(String securityToken)
public AttachPluginRequest.Builder stageName(String stageName)
* **RELEASE** * **PRE: the pre-release environment** * **TEST**
public AttachPluginRequest build()
Copyright © 2024. All rights reserved.