DefaultRetention

The container element for optionally specifying the default Object Lock retention settings for new objects placed in the specified bucket.

  • The DefaultRetention settings require both a mode and a period.

  • The DefaultRetention period can be either Days or Years but you must select one. You cannot specify Days and Years at the same time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int?

The number of days that you want to specify for the default retention period. Must be used with Mode.

Link copied to clipboard

The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Must be used with either Days or Years.

Link copied to clipboard
val years: Int?

The number of years that you want to specify for the default retention period. Must be used with Mode.

Functions

Link copied to clipboard
inline fun copy(block: DefaultRetention.Builder.() -> Unit = {}): DefaultRetention
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String