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