public static final class UnlockUsersRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UnlockUsersRequest.Builder |
autoLockTime(String autoLockTime)
The date on which the convenience users are automatically locked.
|
UnlockUsersRequest |
build() |
UnlockUsersRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
UnlockUsersRequest.Builder |
users(List<String> users)
The usernames of the convenience users that you want to unlock.
|
public UnlockUsersRequest.Builder autoLockTime(String autoLockTime)
The date on which the convenience users are automatically locked.
example:2023-03-03
public UnlockUsersRequest.Builder businessChannel(String businessChannel)
public UnlockUsersRequest.Builder users(List<String> users)
The usernames of the convenience users that you want to unlock.
This parameter is required.
example:test1
public UnlockUsersRequest build()
Copyright © 2026. All rights reserved.