public static interface DescribeWorkspaceSnapshotsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceSnapshotsResponse.Builder,DescribeWorkspaceSnapshotsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceSnapshotsResponse.Builder |
rebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
rebuildSnapshots(Consumer<Snapshot.Builder>... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
rebuildSnapshots(Snapshot... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
restoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
restoreSnapshots(Consumer<Snapshot.Builder>... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
DescribeWorkspaceSnapshotsResponse.Builder |
restoreSnapshots(Snapshot... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceSnapshotsResponse.Builder rebuildSnapshots(Collection<Snapshot> rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the
user volume.DescribeWorkspaceSnapshotsResponse.Builder rebuildSnapshots(Snapshot... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
rebuildSnapshots - Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the
user volume.DescribeWorkspaceSnapshotsResponse.Builder rebuildSnapshots(Consumer<Snapshot.Builder>... rebuildSnapshots)
Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #rebuildSnapshots(List) .rebuildSnapshots - a consumer that will call methods on List.Builder #rebuildSnapshots(List) DescribeWorkspaceSnapshotsResponse.Builder restoreSnapshots(Collection<Snapshot> restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both
the root volume and the user volume.DescribeWorkspaceSnapshotsResponse.Builder restoreSnapshots(Snapshot... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
restoreSnapshots - Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both
the root volume and the user volume.DescribeWorkspaceSnapshotsResponse.Builder restoreSnapshots(Consumer<Snapshot.Builder>... restoreSnapshots)
Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #restoreSnapshots(List) .restoreSnapshots - a consumer that will call methods on List.Builder #restoreSnapshots(List) Copyright © 2021. All rights reserved.