static ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.builder() |
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.nextToken(String nextToken) |
The response will provide a nextToken if there is more data beyond the maxResults.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(Collection<ClusterSnapshotInList> snapshots) |
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(Consumer<ClusterSnapshotInList.Builder>... snapshots) |
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.Builder.snapshots(ClusterSnapshotInList... snapshots) |
A list of Elastic DocumentDB snapshots for a specified cluster.
|
ListClusterSnapshotsResponse.Builder |
ListClusterSnapshotsResponse.toBuilder() |
|