public static final class BatchDeployApisRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
BatchDeployApisRequest.Builder |
api(List<BatchDeployApisRequest.Api> api)
The APIs that you want to publish.
|
BatchDeployApisRequest |
build() |
BatchDeployApisRequest.Builder |
description(String description)
The description.
|
BatchDeployApisRequest.Builder |
securityToken(String securityToken)
SecurityToken.
|
BatchDeployApisRequest.Builder |
stageName(String stageName)
The name of the runtime environment.
|
public BatchDeployApisRequest.Builder api(List<BatchDeployApisRequest.Api> api)
public BatchDeployApisRequest.Builder description(String description)
public BatchDeployApisRequest.Builder securityToken(String securityToken)
public BatchDeployApisRequest.Builder stageName(String stageName)
* **RELEASE** * **TEST** * PRE: the pre-release environment
public BatchDeployApisRequest build()
Copyright © 2024. All rights reserved.