Uses of Interface
software.amazon.awssdk.services.dlm.model.FastRestoreRule.Builder
-
Packages that use FastRestoreRule.Builder Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of FastRestoreRule.Builder in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return FastRestoreRule.Builder Modifier and Type Method Description FastRestoreRule.BuilderFastRestoreRule.Builder. availabilityZones(String... availabilityZones)The Availability Zones in which to enable fast snapshot restore.FastRestoreRule.BuilderFastRestoreRule.Builder. availabilityZones(Collection<String> availabilityZones)The Availability Zones in which to enable fast snapshot restore.static FastRestoreRule.BuilderFastRestoreRule. builder()FastRestoreRule.BuilderFastRestoreRule.Builder. count(Integer count)The number of snapshots to be enabled with fast snapshot restore.FastRestoreRule.BuilderFastRestoreRule.Builder. interval(Integer interval)The amount of time to enable fast snapshot restore.FastRestoreRule.BuilderFastRestoreRule.Builder. intervalUnit(String intervalUnit)The unit of time for enabling fast snapshot restore.FastRestoreRule.BuilderFastRestoreRule.Builder. intervalUnit(RetentionIntervalUnitValues intervalUnit)The unit of time for enabling fast snapshot restore.FastRestoreRule.BuilderFastRestoreRule. toBuilder()Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type FastRestoreRule.Builder Modifier and Type Method Description static Class<? extends FastRestoreRule.Builder>FastRestoreRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type FastRestoreRule.Builder Modifier and Type Method Description default Schedule.BuilderSchedule.Builder. fastRestoreRule(Consumer<FastRestoreRule.Builder> fastRestoreRule)[Custom snapshot policies only] The rule for enabling fast snapshot restore.
-