Class AwsBackupRecoveryPointCalculatedLifecycleDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsBackupRecoveryPointCalculatedLifecycleDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,AwsBackupRecoveryPointCalculatedLifecycleDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsBackupRecoveryPointCalculatedLifecycleDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsBackupRecoveryPointCalculatedLifecycleDetails.Builderbuilder()StringdeleteAt()Specifies the number of days after creation that a recovery point is deleted.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmoveToColdStorageAt()Specifies the number of days after creation that a recovery point is moved to cold storage.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder>serializableBuilderClass()AwsBackupRecoveryPointCalculatedLifecycleDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deleteAt
public final String deleteAt()
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.- Returns:
- Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90
days plus
MoveToColdStorageAfterDays.
-
moveToColdStorageAt
public final String moveToColdStorageAt()
Specifies the number of days after creation that a recovery point is moved to cold storage.
- Returns:
- Specifies the number of days after creation that a recovery point is moved to cold storage.
-
toBuilder
public AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder toBuilder()
-
builder
public static AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-