public static final class DescribeClientEventsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeClientEventsRequest |
build() |
DescribeClientEventsRequest.Builder |
desktopId(String desktopId)
The cloud desktop ID.
|
DescribeClientEventsRequest.Builder |
desktopIp(String desktopIp)
The IP address of the cloud desktop.
|
DescribeClientEventsRequest.Builder |
desktopName(String desktopName)
The cloud desktop name.
|
DescribeClientEventsRequest.Builder |
directoryId(String directoryId)
This parameter is not available to the public.
|
DescribeClientEventsRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeClientEventsRequest.Builder |
endUserId(String endUserId)
The information about the end user that connects to the cloud desktop from the Elastic Desktop Service (EDS) client.
|
DescribeClientEventsRequest.Builder |
eventType(String eventType)
The type of the events that you want to query.
|
DescribeClientEventsRequest.Builder |
eventTypes(List<String> eventTypes)
The array of event types that you want to query.
|
DescribeClientEventsRequest.Builder |
maxResults(Integer maxResults)
The number of entries per page.\
Default value: 100.
|
DescribeClientEventsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
DescribeClientEventsRequest.Builder |
officeSiteId(String officeSiteId)
The ID of the workspace to which the cloud desktop belongs.
|
DescribeClientEventsRequest.Builder |
officeSiteName(String officeSiteName)
The workspace name.
|
DescribeClientEventsRequest.Builder |
regionId(String regionId)
The region ID.
|
DescribeClientEventsRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeClientEventsRequest.Builder desktopId(String desktopId)
public DescribeClientEventsRequest.Builder desktopIp(String desktopIp)
public DescribeClientEventsRequest.Builder desktopName(String desktopName)
public DescribeClientEventsRequest.Builder directoryId(String directoryId)
public DescribeClientEventsRequest.Builder endTime(String endTime)
If you do not specify a value for this parameter, the current time is used.
public DescribeClientEventsRequest.Builder endUserId(String endUserId)
public DescribeClientEventsRequest.Builder eventType(String eventType)
Valid values: * DESKTOP_STOP: End users stop the cloud desktop. * GET_LITE_CONNECTION_TICKET: End users obtain the credential for reconnecting to the cloud desktop upon disconnection. * DESKTOP_DISCONNECT: End users disconnect desktop sessions. * GET_CONNECTION_TICKET: End users request to connect to the cloud desktop. * CLIENT_LOGIN: End users log on to the cloud desktop. * DESKTOP_REBOOT: End users restart the cloud desktop. * DESKTOP_CONNECT: End users establish desktop sessions. * DESKTOP_START: End users start the cloud desktop.
public DescribeClientEventsRequest.Builder eventTypes(List<String> eventTypes)
public DescribeClientEventsRequest.Builder maxResults(Integer maxResults)
Default value: 100.
public DescribeClientEventsRequest.Builder nextToken(String nextToken)
public DescribeClientEventsRequest.Builder officeSiteId(String officeSiteId)
public DescribeClientEventsRequest.Builder officeSiteName(String officeSiteName)
public DescribeClientEventsRequest.Builder regionId(String regionId)
public DescribeClientEventsRequest.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 DescribeClientEventsRequest build()
Copyright © 2024. All rights reserved.