| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupRuleInput |
BackupRuleInput.addRecoveryPointTagsEntry(String key,
String value) |
BackupRuleInput |
BackupRuleInput.clearRecoveryPointTagsEntries()
Removes all the entries added into RecoveryPointTags.
|
BackupRuleInput |
BackupRuleInput.clone() |
BackupRuleInput |
BackupRuleInput.withCompletionWindowMinutes(Long completionWindowMinutes)
The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
|
BackupRuleInput |
BackupRuleInput.withLifecycle(Lifecycle lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
BackupRuleInput |
BackupRuleInput.withRecoveryPointTags(Map<String,String> recoveryPointTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
BackupRuleInput |
BackupRuleInput.withRuleName(String ruleName)
>An optional display name for a backup rule.
|
BackupRuleInput |
BackupRuleInput.withScheduleExpression(String scheduleExpression)
A CRON expression specifying when AWS Backup initiates a backup job.
|
BackupRuleInput |
BackupRuleInput.withStartWindowMinutes(Long startWindowMinutes)
The amount of time in minutes before beginning a backup.
|
BackupRuleInput |
BackupRuleInput.withTargetBackupVaultName(String targetBackupVaultName)
The name of a logical container where backups are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupRuleInput> |
BackupPlanInput.getRules()
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanInput |
BackupPlanInput.withRules(BackupRuleInput... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupPlanInput.setRules(Collection<BackupRuleInput> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
BackupPlanInput |
BackupPlanInput.withRules(Collection<BackupRuleInput> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
Copyright © 2020. All rights reserved.