| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupRuleInput |
BackupRuleInput.addRecoveryPointTagsEntry(String key,
String value)
Add a single RecoveryPointTags entry
|
BackupRuleInput |
BackupRuleInput.clearRecoveryPointTagsEntries()
Removes all the entries added into RecoveryPointTags.
|
BackupRuleInput |
BackupRuleInput.clone() |
BackupRuleInput |
BackupRuleInput.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 Backup.
|
BackupRuleInput |
BackupRuleInput.withCopyActions(Collection<CopyAction> copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput |
BackupRuleInput.withCopyActions(CopyAction... copyActions)
An array of
CopyAction objects, which contains the details of the copy operation. |
BackupRuleInput |
BackupRuleInput.withEnableContinuousBackup(Boolean enableContinuousBackup)
Specifies whether Backup creates continuous backups.
|
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)
A display name for a backup rule.
|
BackupRuleInput |
BackupRuleInput.withScheduleExpression(String scheduleExpression)
A CRON expression in UTC specifying when Backup initiates a backup job.
|
BackupRuleInput |
BackupRuleInput.withStartWindowMinutes(Long startWindowMinutes)
A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully.
|
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 © 2022. All rights reserved.