@Generated(value="software.amazon.awssdk:codegen") public final class NoncurrentVersionTransition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER or DEEP_ARCHIVE storage class at a specific period in the object's lifetime.
Modifier and Type | Class and Description |
---|---|
static interface |
NoncurrentVersionTransition.Builder |
Modifier and Type | Method and Description |
---|---|
static NoncurrentVersionTransition.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
noncurrentDays()
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NoncurrentVersionTransition.Builder> |
serializableBuilderClass() |
TransitionStorageClass |
storageClass()
The class of storage used to store the object.
|
String |
storageClassAsString()
The class of storage used to store the object.
|
NoncurrentVersionTransition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer noncurrentDays()
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon Simple Storage Service Developer Guide.
public TransitionStorageClass storageClass()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass
will
return TransitionStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from storageClassAsString()
.
TransitionStorageClass
public String storageClassAsString()
The class of storage used to store the object.
If the service returns an enum value that is not available in the current SDK version, storageClass
will
return TransitionStorageClass.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from storageClassAsString()
.
TransitionStorageClass
public NoncurrentVersionTransition.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
public static NoncurrentVersionTransition.Builder builder()
public static Class<? extends NoncurrentVersionTransition.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.