public static final class DescribeSnapshotsRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeSnapshotsRequest |
build() |
DescribeSnapshotsRequest.Builder |
creator(String creator)
The user who creates the snapshot.
|
DescribeSnapshotsRequest.Builder |
desktopId(String desktopId)
The ID of the cloud computer.
|
DescribeSnapshotsRequest.Builder |
desktopName(String desktopName)
The name of the cloud computer.
|
DescribeSnapshotsRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeSnapshotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of entries to return on each page.
|
DescribeSnapshotsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
DescribeSnapshotsRequest.Builder |
regionId(String regionId)
The region ID.
|
DescribeSnapshotsRequest.Builder |
snapshotId(String snapshotId)
The snapshot ID.
|
DescribeSnapshotsRequest.Builder |
snapshotName(String snapshotName)
The name of the snapshot.
|
DescribeSnapshotsRequest.Builder |
snapshotType(String snapshotType)
The category of the snapshots.
|
DescribeSnapshotsRequest.Builder |
sourceDiskType(String sourceDiskType)
The type of the disk for which the snapshot is created.
|
DescribeSnapshotsRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeSnapshotsRequest.Builder creator(String creator)
public DescribeSnapshotsRequest.Builder desktopId(String desktopId)
public DescribeSnapshotsRequest.Builder desktopName(String desktopName)
public DescribeSnapshotsRequest.Builder endTime(String endTime)
public DescribeSnapshotsRequest.Builder maxResults(Integer maxResults)
* Valid values: 1 to 100 * Default value: 10
public DescribeSnapshotsRequest.Builder nextToken(String nextToken)
public DescribeSnapshotsRequest.Builder regionId(String regionId)
public DescribeSnapshotsRequest.Builder snapshotId(String snapshotId)
public DescribeSnapshotsRequest.Builder snapshotName(String snapshotName)
public DescribeSnapshotsRequest.Builder snapshotType(String snapshotType)
Default value: all. Valid values: * all: all snapshot categories * auto: automatic snapshots * user: manual snapshots
public DescribeSnapshotsRequest.Builder sourceDiskType(String sourceDiskType)
> The value of this parameter is not case-sensitive. Valid values: * Data: data disk * System: system disk
public DescribeSnapshotsRequest.Builder startTime(String startTime)
public DescribeSnapshotsRequest build()
Copyright © 2024. All rights reserved.