public static final class Transition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Transition
Transition
Transition.Builder, Transition.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) |
StorageClass |
getStorageClass()
The storage class to which you want the object to transition.
|
Duration |
getTransitionAfter()
Indicates the number of days after creation when objects are transitioned to the specified storage class.
|
java.time.Instant |
getTransitionDate()
Indicates when objects are transitioned to the specified storage class.
|
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 StorageClass getStorageClass()
Transition
getStorageClass
in interface Transition
public final Duration getTransitionAfter()
Transition
Default: - No transition count.
getTransitionAfter
in interface Transition
public final java.time.Instant getTransitionDate()
Transition
The date value must be in ISO 8601 format. The time is always midnight UTC.
Default: - No transition date.
getTransitionDate
in interface Transition
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()