| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
FastRestoreRule.Builder |
FastRestoreRule.Builder.availabilityZones(Collection<String> availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
FastRestoreRule.Builder |
FastRestoreRule.Builder.availabilityZones(String... availabilityZones)
The Availability Zones in which to enable fast snapshot restore.
|
static FastRestoreRule.Builder |
FastRestoreRule.builder() |
FastRestoreRule.Builder |
FastRestoreRule.Builder.count(Integer count)
The number of snapshots to be enabled with fast snapshot restore.
|
FastRestoreRule.Builder |
FastRestoreRule.Builder.interval(Integer interval)
The amount of time to enable fast snapshot restore.
|
FastRestoreRule.Builder |
FastRestoreRule.Builder.intervalUnit(RetentionIntervalUnitValues intervalUnit)
The unit of time for enabling fast snapshot restore.
|
FastRestoreRule.Builder |
FastRestoreRule.Builder.intervalUnit(String intervalUnit)
The unit of time for enabling fast snapshot restore.
|
FastRestoreRule.Builder |
FastRestoreRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FastRestoreRule.Builder> |
FastRestoreRule.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Schedule.Builder |
Schedule.Builder.fastRestoreRule(Consumer<FastRestoreRule.Builder> fastRestoreRule)
The rule for enabling fast snapshot restore.
|
Copyright © 2020. All rights reserved.