public static interface Transition.Builder extends CopyableBuilder<Transition.Builder,Transition>
| Modifier and Type | Method and Description |
|---|---|
Transition.Builder |
date(Instant date)
Indicates at what date the object is to be moved or deleted.
|
Transition.Builder |
days(Integer days)
Indicates the lifetime, in days, of the objects that are subject to the rule.
|
Transition.Builder |
storageClass(String storageClass)
The class of storage used to store the object.
|
Transition.Builder |
storageClass(TransitionStorageClass storageClass)
The class of storage used to store the object.
|
copyapply, buildTransition.Builder date(Instant date)
date - Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.Transition.Builder days(Integer days)
days - Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a
non-zero positive integer.Transition.Builder storageClass(String storageClass)
storageClass - The class of storage used to store the object.TransitionStorageClass,
TransitionStorageClassTransition.Builder storageClass(TransitionStorageClass storageClass)
storageClass - The class of storage used to store the object.TransitionStorageClass,
TransitionStorageClassCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.