@Stability(value=Stable) public static final class CfnLifecyclePolicy.FastRestoreRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLifecyclePolicy.FastRestoreRuleProperty>
CfnLifecyclePolicy.FastRestoreRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLifecyclePolicy.FastRestoreRuleProperty.Builder |
availabilityZones(List<String> availabilityZones)
Sets the value of
CfnLifecyclePolicy.FastRestoreRuleProperty.getAvailabilityZones() |
CfnLifecyclePolicy.FastRestoreRuleProperty |
build()
Builds the configured instance.
|
CfnLifecyclePolicy.FastRestoreRuleProperty.Builder |
count(Number count)
Sets the value of
CfnLifecyclePolicy.FastRestoreRuleProperty.getCount() |
CfnLifecyclePolicy.FastRestoreRuleProperty.Builder |
interval(Number interval)
Sets the value of
CfnLifecyclePolicy.FastRestoreRuleProperty.getInterval() |
CfnLifecyclePolicy.FastRestoreRuleProperty.Builder |
intervalUnit(String intervalUnit)
Sets the value of
CfnLifecyclePolicy.FastRestoreRuleProperty.getIntervalUnit() |
@Stability(value=Stable) public CfnLifecyclePolicy.FastRestoreRuleProperty.Builder availabilityZones(List<String> availabilityZones)
CfnLifecyclePolicy.FastRestoreRuleProperty.getAvailabilityZones()availabilityZones - The Availability Zones in which to enable fast snapshot restore.this@Stability(value=Stable) public CfnLifecyclePolicy.FastRestoreRuleProperty.Builder count(Number count)
CfnLifecyclePolicy.FastRestoreRuleProperty.getCount()count - The number of snapshots to be enabled with fast snapshot restore.this@Stability(value=Stable) public CfnLifecyclePolicy.FastRestoreRuleProperty.Builder interval(Number interval)
CfnLifecyclePolicy.FastRestoreRuleProperty.getInterval()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.this@Stability(value=Stable) public CfnLifecyclePolicy.FastRestoreRuleProperty.Builder intervalUnit(String intervalUnit)
CfnLifecyclePolicy.FastRestoreRuleProperty.getIntervalUnit()intervalUnit - The unit of time for enabling fast snapshot restore.this@Stability(value=Stable) public CfnLifecyclePolicy.FastRestoreRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnLifecyclePolicy.FastRestoreRuleProperty>CfnLifecyclePolicy.FastRestoreRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.