public static final class IntelligentTieringConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntelligentTieringConfiguration
IntelligentTieringConfiguration
IntelligentTieringConfiguration.Builder, IntelligentTieringConfiguration.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) |
Duration |
getArchiveAccessTierTime()
When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 90 days to the Archive Access tier.
|
Duration |
getDeepArchiveAccessTierTime()
When enabled, Intelligent-Tiering will automatically move objects that haven’t been accessed for a minimum of 180 days to the Deep Archive Access tier.
|
java.lang.String |
getName()
Configuration name.
|
java.lang.String |
getPrefix()
Add a filter to limit the scope of this configuration to a single prefix.
|
java.util.List<Tag> |
getTags()
You can limit the scope of this rule to the key value pairs added below.
|
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 getName()
IntelligentTieringConfiguration
getName
in interface IntelligentTieringConfiguration
public final Duration getArchiveAccessTierTime()
IntelligentTieringConfiguration
Default: Objects will not move to Glacier
getArchiveAccessTierTime
in interface IntelligentTieringConfiguration
public final Duration getDeepArchiveAccessTierTime()
IntelligentTieringConfiguration
Default: Objects will not move to Glacier Deep Access
getDeepArchiveAccessTierTime
in interface IntelligentTieringConfiguration
public final java.lang.String getPrefix()
IntelligentTieringConfiguration
Default: this configuration will apply to **all** objects in the bucket.
getPrefix
in interface IntelligentTieringConfiguration
public final java.util.List<Tag> getTags()
IntelligentTieringConfiguration
Default: No filtering will be performed on tags
getTags
in interface IntelligentTieringConfiguration
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()