public static final class ExportClientEventsRequest.Builder extends Object
public ExportClientEventsRequest.Builder desktopId(String desktopId)
public ExportClientEventsRequest.Builder desktopName(String desktopName)
public ExportClientEventsRequest.Builder endTime(String endTime)
If you do not specify a value for this parameter, the current time is used.
public ExportClientEventsRequest.Builder endUserId(String endUserId)
public ExportClientEventsRequest.Builder eventType(String eventType)
* DESKTOP_CONNECT: The desktop session is established. * DESKTOP_DISCONNECT: The desktop session is disconnected. * DESKTOP_REBOOT: The cloud desktop is restarted. * CLIENT_AD_LOGIN: The AD user logs on to the client. * GET_CONNECTION_TICKET: The request to connect to the cloud desktop is sent. * DESKTOP_START: The cloud desktop is started. * DESKTOP_STOP: The cloud desktop is stopped. If you do not specify a value for this parameter, events of all types are queried.
public ExportClientEventsRequest.Builder eventTypes(List<String> eventTypes)
public ExportClientEventsRequest.Builder langType(String langType)
* `zh-CN`: Simplified Chinese * `en-GB`: English (United Kingdom) Default value: `zh-CN`.
public ExportClientEventsRequest.Builder maxResults(Integer maxResults)
* Maximum value: 5000. * Default value: 5000.
public ExportClientEventsRequest.Builder officeSiteId(String officeSiteId)
public ExportClientEventsRequest.Builder officeSiteName(String officeSiteName)
public ExportClientEventsRequest.Builder regionId(String regionId)
public ExportClientEventsRequest.Builder startTime(String startTime)
If you do not specify a value for this parameter, all events that occurred before the point in time that you specify for `EndTime` are queried.
public ExportClientEventsRequest build()
Copyright © 2024. All rights reserved.