@Generated(value="software.amazon.awssdk:codegen") public final class AwsBackupRecoveryPointCalculatedLifecycleDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,AwsBackupRecoveryPointCalculatedLifecycleDetails>
Specifies how long in days before a recovery point transitions to cold storage or is deleted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder |
builder() |
String |
deleteAt()
Specifies the number of days after creation that a recovery point is deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
moveToColdStorageAt()
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder> |
serializableBuilderClass() |
AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deleteAt()
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.
MoveToColdStorageAfterDays.public final String moveToColdStorageAt()
Specifies the number of days after creation that a recovery point is moved to cold storage.
public AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder toBuilder()
public static AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder builder()
public static Class<? extends AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.