public static final class RollbackApplicationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
RollbackApplicationRequest.Builder |
appId(String appId)
The application ID.
|
RollbackApplicationRequest.Builder |
batch(Integer batch)
The number of batches for the rollback.
|
RollbackApplicationRequest.Builder |
batchWaitTime(Integer batchWaitTime)
The wait time between batches.
|
RollbackApplicationRequest |
build() |
RollbackApplicationRequest.Builder |
groupId(String groupId)
The application group ID.
|
RollbackApplicationRequest.Builder |
historyVersion(String historyVersion)
The historical version to which you want to roll back the application.
|
public RollbackApplicationRequest.Builder appId(String appId)
public RollbackApplicationRequest.Builder batch(Integer batch)
public RollbackApplicationRequest.Builder batchWaitTime(Integer batchWaitTime)
public RollbackApplicationRequest.Builder groupId(String groupId)
If you need to roll back the application in all application groups, set this parameter to `all`.
public RollbackApplicationRequest.Builder historyVersion(String historyVersion)
public RollbackApplicationRequest build()
Copyright © 2023. All rights reserved.