| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateOpenZFSOriginSnapshotConfiguration.Builder |
CreateOpenZFSOriginSnapshotConfiguration.builder() |
CreateOpenZFSOriginSnapshotConfiguration.Builder |
CreateOpenZFSOriginSnapshotConfiguration.Builder.copyStrategy(OpenZFSCopyStrategy copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
CreateOpenZFSOriginSnapshotConfiguration.Builder.copyStrategy(String copyStrategy)
The strategy used when copying data from the snapshot to the new volume.
|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
CreateOpenZFSOriginSnapshotConfiguration.Builder.snapshotARN(String snapshotARN)
Sets the value of the SnapshotARN property for this object.
|
CreateOpenZFSOriginSnapshotConfiguration.Builder |
CreateOpenZFSOriginSnapshotConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOpenZFSOriginSnapshotConfiguration.Builder> |
CreateOpenZFSOriginSnapshotConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateOpenZFSVolumeConfiguration.Builder |
CreateOpenZFSVolumeConfiguration.Builder.originSnapshot(Consumer<CreateOpenZFSOriginSnapshotConfiguration.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.