Class LifecyclePolicy
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<LifecyclePolicy.Builder,- LifecyclePolicy> 
Describes a policy used by lifecycle management that specifies when to transition files into and out of storage classes. For more information, see Managing file system storage.
 When using the put-lifecycle-configuration CLI command or the PutLifecycleConfiguration API
 action, Amazon EFS requires that each LifecyclePolicy object have only a single transition. This means
 that in a request body, LifecyclePolicies must be structured as an array of LifecyclePolicy
 objects, one object for each transition. For more information, see the request examples in
 PutLifecycleConfiguration.
 
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic LifecyclePolicy.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends LifecyclePolicy.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final TransitionToArchiveRulesThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.final StringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage.final TransitionToIARulesThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.final StringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage.Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.final StringWhether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
transitionToIAThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToIAwill returnTransitionToIARules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToIAAsString().- Returns:
- The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
transitionToIAAsStringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToIAwill returnTransitionToIARules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToIAAsString().- Returns:
- The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
transitionToPrimaryStorageClassWhether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToPrimaryStorageClasswill returnTransitionToPrimaryStorageClassRules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToPrimaryStorageClassAsString().- Returns:
- Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
transitionToPrimaryStorageClassAsStringWhether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToPrimaryStorageClasswill returnTransitionToPrimaryStorageClassRules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToPrimaryStorageClassAsString().- Returns:
- Whether to move files back to primary (Standard) storage after they are accessed in IA or Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
transitionToArchiveThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToArchivewill returnTransitionToArchiveRules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToArchiveAsString().- Returns:
- The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
transitionToArchiveAsStringThe number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events. If the service returns an enum value that is not available in the current SDK version, transitionToArchivewill returnTransitionToArchiveRules.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtransitionToArchiveAsString().- Returns:
- The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Archive storage. Metadata operations such as listing the contents of a directory don't count as file access events.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<LifecyclePolicy.Builder,- LifecyclePolicy> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-