| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.clone() |
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withCompletionWindowMinutes(Long completionWindowMinutes)
A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by
Backup.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withCopyActions(AwsBackupBackupPlanRuleCopyActionsDetails... copyActions)
An array of
CopyAction objects, each of which contains details of the copy operation. |
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withCopyActions(Collection<AwsBackupBackupPlanRuleCopyActionsDetails> copyActions)
An array of
CopyAction objects, each of which contains details of the copy operation. |
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withEnableContinuousBackup(Boolean enableContinuousBackup)
Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withLifecycle(AwsBackupBackupPlanLifecycleDetails lifecycle)
Defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withRuleId(String ruleId)
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withRuleName(String ruleName)
A display name for a backup rule.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withScheduleExpression(String scheduleExpression)
A cron expression in UTC specifying when Backup initiates a backup job.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withStartWindowMinutes(Long startWindowMinutes)
A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully.
|
AwsBackupBackupPlanRuleDetails |
AwsBackupBackupPlanRuleDetails.withTargetBackupVault(String targetBackupVault)
The name of a logical container where backups are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsBackupBackupPlanRuleDetails> |
AwsBackupBackupPlanBackupPlanDetails.getBackupPlanRule()
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 |
|---|---|
AwsBackupBackupPlanBackupPlanDetails |
AwsBackupBackupPlanBackupPlanDetails.withBackupPlanRule(AwsBackupBackupPlanRuleDetails... backupPlanRule)
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 |
AwsBackupBackupPlanBackupPlanDetails.setBackupPlanRule(Collection<AwsBackupBackupPlanRuleDetails> backupPlanRule)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
AwsBackupBackupPlanBackupPlanDetails |
AwsBackupBackupPlanBackupPlanDetails.withBackupPlanRule(Collection<AwsBackupBackupPlanRuleDetails> backupPlanRule)
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.