public static interface FastRestoreRule.Builder extends SdkPojo, CopyableBuilder<FastRestoreRule.Builder,FastRestoreRule>
| Modifier and Type | Method and Description |
|---|---|
FastRestoreRule.Builder |
availabilityZones(Collection<String> availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
FastRestoreRule.Builder |
availabilityZones(String... availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
FastRestoreRule.Builder |
count(Integer count)
The number of snapshots to be enabled with fast snapshot restore.
|
FastRestoreRule.Builder |
interval(Integer interval)
The amount of time to enable fast snapshot restore.
|
FastRestoreRule.Builder |
intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
|
FastRestoreRule.Builder |
intervalUnit(String intervalUnit)
The unit of time for enabling fast snapshot restore.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFastRestoreRule.Builder count(Integer count)
The number of snapshots to be enabled with fast snapshot restore.
count - The number of snapshots to be enabled with fast snapshot restore.FastRestoreRule.Builder interval(Integer interval)
The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.
interval - The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to
1200 months, 5200 weeks, or 36500 days.FastRestoreRule.Builder intervalUnit(String intervalUnit)
The unit of time for enabling fast snapshot restore.
intervalUnit - The unit of time for enabling fast snapshot restore.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesFastRestoreRule.Builder intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
intervalUnit - The unit of time for enabling fast snapshot restore.RetentionIntervalUnitValues,
RetentionIntervalUnitValuesFastRestoreRule.Builder availabilityZones(Collection<String> availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
availabilityZones - The Availability Zones in which to enable fast snapshot restore.FastRestoreRule.Builder availabilityZones(String... availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
availabilityZones - The Availability Zones in which to enable fast snapshot restore.Copyright © 2023. All rights reserved.