@Generated(value="software.amazon.awssdk:codegen") public final class UpdateRecoveryPointLifecycleRequest extends BackupRequest implements ToCopyableBuilder<UpdateRecoveryPointLifecycleRequest.Builder,UpdateRecoveryPointLifecycleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateRecoveryPointLifecycleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static UpdateRecoveryPointLifecycleRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Lifecycle |
lifecycle()
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
String |
recoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateRecoveryPointLifecycleRequest.Builder> |
serializableBuilderClass() |
UpdateRecoveryPointLifecycleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public final String recoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.public final Lifecycle lifecycle()
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
public UpdateRecoveryPointLifecycleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateRecoveryPointLifecycleRequest.Builder,UpdateRecoveryPointLifecycleRequest>toBuilder in class BackupRequestpublic static UpdateRecoveryPointLifecycleRequest.Builder builder()
public static Class<? extends UpdateRecoveryPointLifecycleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.