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, sdkFields
copy
applyMutation, build
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. 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
,
TransitionToIARules
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. 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
,
TransitionToIARules
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.