Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsBackupBackupPlanLifecycleDetails.Builder
-
Packages that use AwsBackupBackupPlanLifecycleDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsBackupBackupPlanLifecycleDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsBackupBackupPlanLifecycleDetails.Builder Modifier and Type Method Description static AwsBackupBackupPlanLifecycleDetails.BuilderAwsBackupBackupPlanLifecycleDetails. builder()AwsBackupBackupPlanLifecycleDetails.BuilderAwsBackupBackupPlanLifecycleDetails.Builder. deleteAfterDays(Long deleteAfterDays)Specifies the number of days after creation that a recovery point is deleted.AwsBackupBackupPlanLifecycleDetails.BuilderAwsBackupBackupPlanLifecycleDetails.Builder. moveToColdStorageAfterDays(Long moveToColdStorageAfterDays)Specifies the number of days after creation that a recovery point is moved to cold storage.AwsBackupBackupPlanLifecycleDetails.BuilderAwsBackupBackupPlanLifecycleDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsBackupBackupPlanLifecycleDetails.Builder Modifier and Type Method Description static Class<? extends AwsBackupBackupPlanLifecycleDetails.Builder>AwsBackupBackupPlanLifecycleDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsBackupBackupPlanLifecycleDetails.Builder Modifier and Type Method Description default AwsBackupBackupPlanRuleCopyActionsDetails.BuilderAwsBackupBackupPlanRuleCopyActionsDetails.Builder. lifecycle(Consumer<AwsBackupBackupPlanLifecycleDetails.Builder> lifecycle)Defines when a protected resource is transitioned to cold storage and when it expires.default AwsBackupBackupPlanRuleDetails.BuilderAwsBackupBackupPlanRuleDetails.Builder. lifecycle(Consumer<AwsBackupBackupPlanLifecycleDetails.Builder> lifecycle)Defines when a protected resource is transitioned to cold storage and when it expires.
-