| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenZFSOriginSnapshotConfiguration.Builder |
OpenZFSOriginSnapshotConfiguration.builder() |
OpenZFSOriginSnapshotConfiguration.Builder |
OpenZFSOriginSnapshotConfiguration.Builder.copyStrategy(OpenZFSCopyStrategy copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
OpenZFSOriginSnapshotConfiguration.Builder |
OpenZFSOriginSnapshotConfiguration.Builder.copyStrategy(String copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
OpenZFSOriginSnapshotConfiguration.Builder |
OpenZFSOriginSnapshotConfiguration.Builder.snapshotARN(String snapshotARN)
Sets the value of the SnapshotARN property for this object.
|
OpenZFSOriginSnapshotConfiguration.Builder |
OpenZFSOriginSnapshotConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenZFSOriginSnapshotConfiguration.Builder> |
OpenZFSOriginSnapshotConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OpenZFSVolumeConfiguration.Builder |
OpenZFSVolumeConfiguration.Builder.originSnapshot(Consumer<OpenZFSOriginSnapshotConfiguration.Builder> originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
|
Copyright © 2023. All rights reserved.