public static final class ChangePasswordRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ChangePasswordRequest |
build() |
ChangePasswordRequest.Builder |
newPassword(String newPassword)
The new password that is used to log on to the Alibaba Cloud Management Console.
|
ChangePasswordRequest.Builder |
oldPassword(String oldPassword)
The old password that is used to log on to the Alibaba Cloud Management Console.
|
public ChangePasswordRequest.Builder newPassword(String newPassword)
The new password that is used to log on to the Alibaba Cloud Management Console.
The password must meet the complexity requirements. For more information, see SetPasswordPolicy.
example:aw$2****
public ChangePasswordRequest.Builder oldPassword(String oldPassword)
The old password that is used to log on to the Alibaba Cloud Management Console.
example:12****
public ChangePasswordRequest build()
Copyright © 2025. All rights reserved.