public static final class BindMFADeviceRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BindMFADeviceRequest.Builder |
authenticationCode1(String authenticationCode1)
The first authentication code.
|
BindMFADeviceRequest.Builder |
authenticationCode2(String authenticationCode2)
The second authentication code.
|
BindMFADeviceRequest |
build() |
BindMFADeviceRequest.Builder |
serialNumber(String serialNumber)
The serial number of the MFA device.
|
BindMFADeviceRequest.Builder |
userName(String userName)
The name of the RAM user.
|
public BindMFADeviceRequest.Builder authenticationCode1(String authenticationCode1)
The first authentication code.
example:11****
public BindMFADeviceRequest.Builder authenticationCode2(String authenticationCode2)
The second authentication code.
example:33****
public BindMFADeviceRequest.Builder serialNumber(String serialNumber)
The serial number of the MFA device.
example:acs:ram::123456789012****:mfa/device002
public BindMFADeviceRequest.Builder userName(String userName)
The name of the RAM user.
example:zhangq****
public BindMFADeviceRequest build()
Copyright © 2025. All rights reserved.