public static final class DescribeMfaDevicesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeMfaDevicesRequest.Builder |
adDomain(String adDomain)
The address of the AD office network.
|
DescribeMfaDevicesRequest |
build() |
DescribeMfaDevicesRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
DescribeMfaDevicesRequest.Builder |
endUserIds(List<String> endUserIds)
The usernames of the convenience accounts.
|
DescribeMfaDevicesRequest.Builder |
filter(String filter)
Filter.
|
DescribeMfaDevicesRequest.Builder |
maxResults(Long maxResults)
The maximum number of entries to return.
|
DescribeMfaDevicesRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
DescribeMfaDevicesRequest.Builder |
serialNumbers(List<String> serialNumbers)
The serial numbers of the virtual MFA devices.
|
public DescribeMfaDevicesRequest.Builder adDomain(String adDomain)
The address of the AD office network.
example:cn.misumi.pri
public DescribeMfaDevicesRequest.Builder businessChannel(String businessChannel)
public DescribeMfaDevicesRequest.Builder endUserIds(List<String> endUserIds)
The usernames of the convenience accounts.
example:test
public DescribeMfaDevicesRequest.Builder filter(String filter)
public DescribeMfaDevicesRequest.Builder maxResults(Long maxResults)
The maximum number of entries to return. Valid values: 1 to 500.
Default value: 100.
100
public DescribeMfaDevicesRequest.Builder nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results. Set the value to the token that is obtained from the previous query.
example:caeba0bbb2be03f84eb48b699f0a4883
public DescribeMfaDevicesRequest.Builder serialNumbers(List<String> serialNumbers)
The serial numbers of the virtual MFA devices.
example:c2d9ae94-a64b-4a0d-8024-9519ca50****
public DescribeMfaDevicesRequest build()
Copyright © 2026. All rights reserved.