public static final class UpdateSecretVersionStageResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateSecretVersionStageResponseBody |
build() |
UpdateSecretVersionStageResponseBody.Builder |
requestId(String requestId)
The name of the secret.
|
UpdateSecretVersionStageResponseBody.Builder |
secretName(String secretName)
The version to which you want to apply the specified stage label.
|
public UpdateSecretVersionStageResponseBody.Builder requestId(String requestId)
public UpdateSecretVersionStageResponseBody.Builder secretName(String secretName)
> * You must specify at least one of the RemoveFromVersion and MoveToVersion parameters. > * If the VersionStage parameter is set to ACSCurrent or ACSPrevious, this parameter is required.
public UpdateSecretVersionStageResponseBody build()
Copyright © 2023. All rights reserved.