public static interface LifecyclePolicy.Builder extends SdkPojo, CopyableBuilder<LifecyclePolicy.Builder,LifecyclePolicy>
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicy.Builder |
transitionToIA(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.Builder |
transitionToIA(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLifecyclePolicy.Builder transitionToIA(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,
TransitionToIARulesLifecyclePolicy.Builder transitionToIA(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,
TransitionToIARulesCopyright © 2021. All rights reserved.