public static final class ResetUserPasswordRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResetUserPasswordRequest |
build() |
ResetUserPasswordRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
ResetUserPasswordRequest.Builder |
notifyType(Integer notifyType)
The method to notify the user after the password is reset.
|
ResetUserPasswordRequest.Builder |
users(List<String> users)
The names of the convenience users whose passwords you want to reset.
|
public ResetUserPasswordRequest.Builder businessChannel(String businessChannel)
public ResetUserPasswordRequest.Builder notifyType(Integer notifyType)
The method to notify the user after the password is reset.
example:Alibaba Cloud accounts of the international site do not support sending notification through text messages.
1
public ResetUserPasswordRequest.Builder users(List<String> users)
The names of the convenience users whose passwords you want to reset.
This parameter is required.
example:test1
public ResetUserPasswordRequest build()
Copyright © 2026. All rights reserved.