Uses of Interface
software.amazon.awssdk.services.fsx.model.OpenZFSOriginSnapshotConfiguration.Builder
-
Packages that use OpenZFSOriginSnapshotConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSOriginSnapshotConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSOriginSnapshotConfiguration.Builder Modifier and Type Method Description static OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration. builder()OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration.Builder. copyStrategy(String copyStrategy)The strategy used when copying data from the snapshot to the new volume.OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration.Builder. copyStrategy(OpenZFSCopyStrategy copyStrategy)The strategy used when copying data from the snapshot to the new volume.OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration.Builder. snapshotARN(String snapshotARN)Sets the value of the SnapshotARN property for this object.OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSOriginSnapshotConfiguration.Builder Modifier and Type Method Description static Class<? extends OpenZFSOriginSnapshotConfiguration.Builder>OpenZFSOriginSnapshotConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type OpenZFSOriginSnapshotConfiguration.Builder Modifier and Type Method Description default OpenZFSVolumeConfiguration.BuilderOpenZFSVolumeConfiguration.Builder. originSnapshot(Consumer<OpenZFSOriginSnapshotConfiguration.Builder> originSnapshot)The configuration object that specifies the snapshot to use as the origin of the data for the volume.
-