| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static Lifecycle.Builder |
Lifecycle.builder() |
Lifecycle.Builder |
Lifecycle.Builder.deleteAfterDays(Long deleteAfterDays)
Specifies the number of days after creation that a recovery point is deleted.
|
Lifecycle.Builder |
Lifecycle.Builder.moveToColdStorageAfterDays(Long moveToColdStorageAfterDays)
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
Lifecycle.Builder |
Lifecycle.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Lifecycle.Builder> |
Lifecycle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BackupRule.Builder |
BackupRule.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default CopyAction.Builder |
CopyAction.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
Sets the value of the Lifecycle property for this object.
|
default UpdateRecoveryPointLifecycleResponse.Builder |
UpdateRecoveryPointLifecycleResponse.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default DescribeRecoveryPointResponse.Builder |
DescribeRecoveryPointResponse.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default UpdateRecoveryPointLifecycleRequest.Builder |
UpdateRecoveryPointLifecycleRequest.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default BackupRuleInput.Builder |
BackupRuleInput.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default StartBackupJobRequest.Builder |
StartBackupJobRequest.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
default StartCopyJobRequest.Builder |
StartCopyJobRequest.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
Sets the value of the Lifecycle property for this object.
|
default RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
Copyright © 2023. All rights reserved.