public static interface Transition.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
Transition.Builder date(Instant date)
Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.
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)
Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.
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)
The class of storage used to store the object.
storageClass
- The class of storage used to store the object.TransitionStorageClass
,
TransitionStorageClass
Transition.Builder storageClass(TransitionStorageClass storageClass)
The class of storage used to store the object.
storageClass
- The class of storage used to store the object.TransitionStorageClass
,
TransitionStorageClass
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.