public static final class CfnBucket.NoncurrentVersionExpirationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.NoncurrentVersionExpirationProperty
CfnBucket.NoncurrentVersionExpirationProperty
CfnBucket.NoncurrentVersionExpirationProperty.Builder, CfnBucket.NoncurrentVersionExpirationProperty.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.Number |
getNoncurrentDays()
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.Number getNoncurrentDays()
CfnBucket.NoncurrentVersionExpirationProperty
For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon S3 User Guide .
getNoncurrentDays
in interface CfnBucket.NoncurrentVersionExpirationProperty
public final java.lang.Number getNewerNoncurrentVersions()
CfnBucket.NoncurrentVersionExpirationProperty
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.NoncurrentVersionExpirationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()