| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupRule |
BackupRule.addRecoveryPointTagsEntry(String key,
String value)
Add a single RecoveryPointTags entry
|
BackupRule |
BackupRule.clearRecoveryPointTagsEntries()
Removes all the entries added into RecoveryPointTags.
|
BackupRule |
BackupRule.clone() |
BackupRule |
BackupRule.withCompletionWindowMinutes(Long completionWindowMinutes)
A value in minutes after a backup job is successfully started before it must be completed or it will be canceled
by AWS Backup.
|
BackupRule |
BackupRule.withCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRule |
BackupRule.withCopyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRule |
BackupRule.withEnableContinuousBackup(Boolean enableContinuousBackup)
Specifies whether AWS Backup creates continuous backups.
|
BackupRule |
BackupRule.withLifecycle(Lifecycle lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
BackupRule |
BackupRule.withRecoveryPointTags(Map<String,String> recoveryPointTags)
An array of key-value pair strings that are assigned to resources that are associated with this rule when
restored from backup.
|
BackupRule |
BackupRule.withRuleId(String ruleId)
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
|
BackupRule |
BackupRule.withRuleName(String ruleName)
An optional display name for a backup rule.
|
BackupRule |
BackupRule.withScheduleExpression(String scheduleExpression)
A CRON expression specifying when AWS Backup initiates a backup job.
|
BackupRule |
BackupRule.withStartWindowMinutes(Long startWindowMinutes)
A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully.
|
BackupRule |
BackupRule.withTargetBackupVaultName(String targetBackupVaultName)
The name of a logical container where backups are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupRule> |
BackupPlan.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 |
|---|---|
BackupPlan |
BackupPlan.withRules(BackupRule... 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 |
BackupPlan.setRules(Collection<BackupRule> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
BackupPlan |
BackupPlan.withRules(Collection<BackupRule> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
Copyright © 2021. All rights reserved.