@Generated(value="software.amazon.awssdk:codegen") public final class AwsBackupBackupPlanLifecycleDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupBackupPlanLifecycleDetails.Builder,AwsBackupBackupPlanLifecycleDetails>
Provides lifecycle details for the backup plan. A lifecycle defines when a backup is transitioned to cold storage and when it expires.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsBackupBackupPlanLifecycleDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsBackupBackupPlanLifecycleDetails.Builder |
builder() |
Long |
deleteAfterDays()
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() |
Long |
moveToColdStorageAfterDays()
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsBackupBackupPlanLifecycleDetails.Builder> |
serializableBuilderClass() |
AwsBackupBackupPlanLifecycleDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long deleteAfterDays()
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.
MoveToColdStorageAfterDays.public final Long moveToColdStorageAfterDays()
Specifies the number of days after creation that a recovery point is moved to cold storage.
public AwsBackupBackupPlanLifecycleDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsBackupBackupPlanLifecycleDetails.Builder,AwsBackupBackupPlanLifecycleDetails>public static AwsBackupBackupPlanLifecycleDetails.Builder builder()
public static Class<? extends AwsBackupBackupPlanLifecycleDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.