@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)
Marshalls this structured data using the given
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.TransitionToIARules
public 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.
TransitionToIARules
public 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.TransitionToIARules
public 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.TransitionToIARules
public String toString()
toString
in class Object
Object.toString()
public LifecyclePolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.