CopyableBuilder<Transition.Builder,Transition>, SdkBuilder<Transition.Builder,Transition>public static interface Transition.Builder extends CopyableBuilder<Transition.Builder,Transition>
| Modifier and Type | Method | Description |
|---|---|---|
Transition.Builder |
date(Date dateValue) |
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(Date dateValue)
dateValue - 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.TransitionStorageClassTransition.Builder storageClass(TransitionStorageClass storageClass)
storageClass - The class of storage used to store the object.TransitionStorageClassCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.