static DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.builder() |
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.directoryId(String directoryId) |
The identifier of the directory for which to retrieve snapshot information.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.limit(Integer limit) |
The maximum number of objects to return.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.nextToken(String nextToken) |
The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(String... snapshotIds) |
A list of identifiers of the snapshots to obtain the information for.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(Collection<String> snapshotIds) |
A list of identifiers of the snapshots to obtain the information for.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.toBuilder() |
|