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 method that creates an instance of theSnapshot.Builder avoiding the need to create one
manually via Snapshot.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #rebuildSnapshots(List.
rebuildSnapshots - a consumer that will call methods on
Snapshot.Builder#rebuildSnapshots(java.util.Collection) 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 method that creates an instance of theSnapshot.Builder avoiding the need to create one
manually via Snapshot.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #restoreSnapshots(List.
restoreSnapshots - a consumer that will call methods on
Snapshot.Builder#restoreSnapshots(java.util.Collection) Copyright © 2023. All rights reserved.