public static final class CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.NoncurrentVersionTransitionProperty
CfnBucket.NoncurrentVersionTransitionProperty
CfnBucket.NoncurrentVersionTransitionProperty.Builder, CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getNewerNoncurrentVersions()
Specifies how many noncurrent versions Amazon S3 will retain.
|
java.lang.String |
getStorageClass()
The class of storage used to store the object.
|
java.lang.Number |
getTransitionInDays()
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getStorageClass()
CfnBucket.NoncurrentVersionTransitionProperty
getStorageClass
in interface CfnBucket.NoncurrentVersionTransitionProperty
public final java.lang.Number getTransitionInDays()
CfnBucket.NoncurrentVersionTransitionProperty
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 .
getTransitionInDays
in interface CfnBucket.NoncurrentVersionTransitionProperty
public final java.lang.Number getNewerNoncurrentVersions()
CfnBucket.NoncurrentVersionTransitionProperty
If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide .
getNewerNoncurrentVersions
in interface CfnBucket.NoncurrentVersionTransitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()