public static final class CfnBucket.AnalyticsConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.AnalyticsConfigurationProperty
CfnBucket.AnalyticsConfigurationProperty
CfnBucket.AnalyticsConfigurationProperty.Builder, CfnBucket.AnalyticsConfigurationProperty.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.String |
getId()
The ID that identifies the analytics configuration.
|
java.lang.String |
getPrefix()
The prefix that an object must have to be included in the analytics results.
|
java.lang.Object |
getStorageClassAnalysis()
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
|
java.lang.Object |
getTagFilters()
The tags to use when evaluating an analytics filter.
|
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 getId()
CfnBucket.AnalyticsConfigurationProperty
getId
in interface CfnBucket.AnalyticsConfigurationProperty
public final java.lang.Object getStorageClassAnalysis()
CfnBucket.AnalyticsConfigurationProperty
getStorageClassAnalysis
in interface CfnBucket.AnalyticsConfigurationProperty
public final java.lang.String getPrefix()
CfnBucket.AnalyticsConfigurationProperty
getPrefix
in interface CfnBucket.AnalyticsConfigurationProperty
public final java.lang.Object getTagFilters()
CfnBucket.AnalyticsConfigurationProperty
The analytics only includes objects that meet the filter's criteria. If no filter is specified, all of the contents of the bucket are included in the analysis.
getTagFilters
in interface CfnBucket.AnalyticsConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()