public static final class UpdateSecretVersionStageRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateSecretVersionStageRequest |
build() |
UpdateSecretVersionStageRequest.Builder |
moveToVersion(String moveToVersion)
The version from which you want to remove the specified stage label.
|
UpdateSecretVersionStageRequest.Builder |
removeFromVersion(String removeFromVersion)
The specified stage label.
|
UpdateSecretVersionStageRequest.Builder |
secretName(String secretName)
The operation that you want to perform.
|
UpdateSecretVersionStageRequest.Builder |
versionStage(String versionStage)
The name of the secret.
|
public UpdateSecretVersionStageRequest.Builder moveToVersion(String moveToVersion)
> You must specify at least one of the RemoveFromVersion and MoveToVersion parameters.
public UpdateSecretVersionStageRequest.Builder removeFromVersion(String removeFromVersion)
* ACSCurrent * ACSPrevious * Custom stage label
public UpdateSecretVersionStageRequest.Builder secretName(String secretName)
public UpdateSecretVersionStageRequest.Builder versionStage(String versionStage)
public UpdateSecretVersionStageRequest build()
Copyright © 2023. All rights reserved.