| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsBackupBackupPlanLifecycleDetails.Builder |
AwsBackupBackupPlanLifecycleDetails.builder() |
AwsBackupBackupPlanLifecycleDetails.Builder |
AwsBackupBackupPlanLifecycleDetails.Builder.deleteAfterDays(Long deleteAfterDays)
Specifies the number of days after creation that a recovery point is deleted.
|
AwsBackupBackupPlanLifecycleDetails.Builder |
AwsBackupBackupPlanLifecycleDetails.Builder.moveToColdStorageAfterDays(Long moveToColdStorageAfterDays)
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
AwsBackupBackupPlanLifecycleDetails.Builder |
AwsBackupBackupPlanLifecycleDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsBackupBackupPlanLifecycleDetails.Builder> |
AwsBackupBackupPlanLifecycleDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.lifecycle(Consumer<AwsBackupBackupPlanLifecycleDetails.Builder> lifecycle)
Defines when a protected resource is transitioned to cold storage and when it expires.
|
default AwsBackupBackupPlanRuleCopyActionsDetails.Builder |
AwsBackupBackupPlanRuleCopyActionsDetails.Builder.lifecycle(Consumer<AwsBackupBackupPlanLifecycleDetails.Builder> lifecycle)
Defines when a protected resource is transitioned to cold storage and when it expires.
|
Copyright © 2023. All rights reserved.