Class NoncurrentVersionTransition
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.NoncurrentVersionTransition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
@Generated("software.amazon.awssdk:codegen") public final class NoncurrentVersionTransition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
The container for the noncurrent version transition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNoncurrentVersionTransition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoncurrentVersionTransition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegernoncurrentDays()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()TransitionStorageClassstorageClass()The class of storage used to store the object.StringstorageClassAsString()The class of storage used to store the object.NoncurrentVersionTransition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
noncurrentDays
public final 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 How Long an Object Has Been Noncurrent in the Amazon S3 User Guide.
- Returns:
- 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 How Long an Object Has Been Noncurrent in the Amazon S3 User Guide.
-
storageClass
public final 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,
storageClasswill returnTransitionStorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageClassAsString().- Returns:
- The class of storage used to store the object.
- See Also:
TransitionStorageClass
-
storageClassAsString
public final 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,
storageClasswill returnTransitionStorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageClassAsString().- Returns:
- The class of storage used to store the object.
- See Also:
TransitionStorageClass
-
toBuilder
public NoncurrentVersionTransition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NoncurrentVersionTransition.Builder,NoncurrentVersionTransition>
-
builder
public static NoncurrentVersionTransition.Builder builder()
-
serializableBuilderClass
public static Class<? extends NoncurrentVersionTransition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-