@Generated(value="com.ibm.cos.v2:codegen") public final class NoncurrentVersionExpiration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoncurrentVersionExpiration.Builder,NoncurrentVersionExpiration>
Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.
This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NoncurrentVersionExpiration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NoncurrentVersionExpiration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
newerNoncurrentVersions()
Specifies how many noncurrent versions Amazon S3 will retain.
|
Integer |
noncurrentDays()
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
|
Map<String,SdkField<?>> |
sdkFieldNameToField() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NoncurrentVersionExpiration.Builder> |
serializableBuilderClass() |
NoncurrentVersionExpiration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer noncurrentDays()
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. The value must be a non-zero positive integer. For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon S3 User Guide.
This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.
This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.
public final Integer newerNoncurrentVersions()
Specifies how many noncurrent versions Amazon S3 will retain. You can specify up to 100 noncurrent versions to retain. Amazon S3 will permanently delete any additional noncurrent versions beyond the specified number to retain. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide.
This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.
This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.
public NoncurrentVersionExpiration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<NoncurrentVersionExpiration.Builder,NoncurrentVersionExpiration>public static NoncurrentVersionExpiration.Builder builder()
public static Class<? extends NoncurrentVersionExpiration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojoSdkPojo class,
and is generated based on a service model.
If an SdkPojo class does not have any inherited fields, equalsBySdkFields
and equals are essentially the same.
equalsBySdkFields in interface SdkPojoobj - the object to be compared withpublic final String toString()
public final Map<String,SdkField<?>> sdkFieldNameToField()
sdkFieldNameToField in interface SdkPojoCopyright © 2026. All rights reserved.