Class ArchiveRule
- java.lang.Object
-
- software.amazon.awssdk.services.dlm.model.ArchiveRule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArchiveRule.Builder,ArchiveRule>
@Generated("software.amazon.awssdk:codegen") public final class ArchiveRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArchiveRule.Builder,ArchiveRule>
[Custom snapshot policies only] Specifies a snapshot archiving rule for a schedule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArchiveRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArchiveRule.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ArchiveRetainRuleretainRule()Information about the retention period for the snapshot archiving rule.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ArchiveRule.Builder>serializableBuilderClass()ArchiveRule.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
-
retainRule
public final ArchiveRetainRule retainRule()
Information about the retention period for the snapshot archiving rule.
- Returns:
- Information about the retention period for the snapshot archiving rule.
-
toBuilder
public ArchiveRule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArchiveRule.Builder,ArchiveRule>
-
builder
public static ArchiveRule.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArchiveRule.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
-
-