@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LifecyclePolicy extends Object implements Serializable, Cloneable, StructuredPojo
Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.
| Constructor and Description |
|---|
LifecyclePolicy() |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicy |
clone() |
boolean |
equals(Object obj) |
String |
getTransitionToIA()
A value that describes the period of time that a file is not accessed, after which it transitions to the IA
storage class.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTransitionToIA(String transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA
storage class.
|
String |
toString()
Returns a string representation of this object.
|
LifecyclePolicy |
withTransitionToIA(String transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA
storage class.
|
LifecyclePolicy |
withTransitionToIA(TransitionToIARules transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA
storage class.
|
public void setTransitionToIA(String transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don't count as file access events.
transitionToIA - A value that describes the period of time that a file is not accessed, after which it transitions to the
IA storage class. Metadata operations such as listing the contents of a directory don't count as file
access events.TransitionToIARulespublic String getTransitionToIA()
A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don't count as file access events.
TransitionToIARulespublic LifecyclePolicy withTransitionToIA(String transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don't count as file access events.
transitionToIA - A value that describes the period of time that a file is not accessed, after which it transitions to the
IA storage class. Metadata operations such as listing the contents of a directory don't count as file
access events.TransitionToIARulespublic LifecyclePolicy withTransitionToIA(TransitionToIARules transitionToIA)
A value that describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata operations such as listing the contents of a directory don't count as file access events.
transitionToIA - A value that describes the period of time that a file is not accessed, after which it transitions to the
IA storage class. Metadata operations such as listing the contents of a directory don't count as file
access events.TransitionToIARulespublic String toString()
toString in class ObjectObject.toString()public LifecyclePolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.