public static final class DeleteDevicesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteDevicesRequest |
build() |
DeleteDevicesRequest.Builder |
clientType(Integer clientType)
The type of the client.
|
DeleteDevicesRequest.Builder |
deviceIds(List<String> deviceIds)
The IDs of the devices.
|
DeleteDevicesRequest.Builder |
force(Integer force)
Specifies whether to forcefully delete the device if the device is bound to a user.
|
DeleteDevicesRequest.Builder |
regionId(String regionId)
The ID of the region.
|
public DeleteDevicesRequest.Builder clientType(Integer clientType)
Valid values: * 1: hardware client. * 2: software client.
public DeleteDevicesRequest.Builder deviceIds(List<String> deviceIds)
public DeleteDevicesRequest.Builder force(Integer force)
Valid values: * 0: do not forcefully delete the device. * 1: forcefully delete the device.
public DeleteDevicesRequest.Builder regionId(String regionId)
public DeleteDevicesRequest build()
Copyright © 2024. All rights reserved.