public static final class DescribeDesktopGroupsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeDesktopGroupsRequest |
build() |
DescribeDesktopGroupsRequest.Builder |
bundleId(List<String> bundleId)
The IDs of the cloud computer templates.
|
DescribeDesktopGroupsRequest.Builder |
desktopGroupId(String desktopGroupId)
The ID of the cloud computer pool.
|
DescribeDesktopGroupsRequest.Builder |
desktopGroupName(String desktopGroupName)
The name of the cloud computer pool to query.
|
DescribeDesktopGroupsRequest.Builder |
endUserIds(List<String> endUserIds)
The authorized user IDs of cloud computer pools.
|
DescribeDesktopGroupsRequest.Builder |
excludedEndUserIds(List<String> excludedEndUserIds)
The authorized users that you want to exclude.
|
DescribeDesktopGroupsRequest.Builder |
imageId(List<String> imageId)
The IDs of the images.
|
DescribeDesktopGroupsRequest.Builder |
maxResults(Integer maxResults)
The number of entries to return on each page.
|
DescribeDesktopGroupsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
DescribeDesktopGroupsRequest.Builder |
officeSiteId(String officeSiteId)
The ID of the office network to which the cloud computer pool belongs.
|
DescribeDesktopGroupsRequest.Builder |
ownType(Long ownType)
The type of the cloud computer pool.
|
DescribeDesktopGroupsRequest.Builder |
period(Integer period)
The subscription duration of the cloud computer pool.
|
DescribeDesktopGroupsRequest.Builder |
periodUnit(String periodUnit)
The unit of the subscription duration.
|
DescribeDesktopGroupsRequest.Builder |
policyGroupId(String policyGroupId)
The ID of the policy that you want to associate with the cloud computer pool.
|
DescribeDesktopGroupsRequest.Builder |
protocolType(String protocolType)
The protocol type.
|
DescribeDesktopGroupsRequest.Builder |
regionId(String regionId)
The region ID.
|
DescribeDesktopGroupsRequest.Builder |
status(Integer status)
The payment status of the cloud computer pool.
|
DescribeDesktopGroupsRequest.Builder |
tag(List<DescribeDesktopGroupsRequest.Tag> tag)
The tags attached to the cloud computer pool.
|
public DescribeDesktopGroupsRequest.Builder bundleId(List<String> bundleId)
public DescribeDesktopGroupsRequest.Builder desktopGroupId(String desktopGroupId)
public DescribeDesktopGroupsRequest.Builder desktopGroupName(String desktopGroupName)
public DescribeDesktopGroupsRequest.Builder endUserIds(List<String> endUserIds)
public DescribeDesktopGroupsRequest.Builder excludedEndUserIds(List<String> excludedEndUserIds)
public DescribeDesktopGroupsRequest.Builder imageId(List<String> imageId)
public DescribeDesktopGroupsRequest.Builder maxResults(Integer maxResults)
public DescribeDesktopGroupsRequest.Builder nextToken(String nextToken)
public DescribeDesktopGroupsRequest.Builder officeSiteId(String officeSiteId)
public DescribeDesktopGroupsRequest.Builder ownType(Long ownType)
> This parameter is not publicly available. Valid values: * 0: individual (single session) * 1: shared (multiple sessions)
public DescribeDesktopGroupsRequest.Builder period(Integer period)
* Valid values if the `PeriodUnit` parameter is set to `Month`: * 1 * 2 * 3 * 6 * Valid values if the `PeriodUnit` parameter is set to `Year`: * 1 * 2 * 3 * 4 * 5
public DescribeDesktopGroupsRequest.Builder periodUnit(String periodUnit)
public DescribeDesktopGroupsRequest.Builder policyGroupId(String policyGroupId)
public DescribeDesktopGroupsRequest.Builder protocolType(String protocolType)
Valid values: * High-definition Experience (HDX) * Adaptive Streaming Protocol (ASP)
public DescribeDesktopGroupsRequest.Builder regionId(String regionId)
public DescribeDesktopGroupsRequest.Builder status(Integer status)
Valid values: * 0: unpaid * 1: paid * 2: overdue or expired
public DescribeDesktopGroupsRequest.Builder tag(List<DescribeDesktopGroupsRequest.Tag> tag)
public DescribeDesktopGroupsRequest build()
Copyright © 2024. All rights reserved.