Class CfnTableBucket.UnreferencedFileRemovalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.CfnTableBucket.UnreferencedFileRemovalProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnTableBucket.UnreferencedFileRemovalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnTableBucket.UnreferencedFileRemovalProperty
@Stability(Stable)
@Internal
public static final class CfnTableBucket.UnreferencedFileRemovalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableBucket.UnreferencedFileRemovalProperty
An implementation for 
CfnTableBucket.UnreferencedFileRemovalProperty- 
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3tables.CfnTableBucket.UnreferencedFileRemovalProperty
CfnTableBucket.UnreferencedFileRemovalProperty.Builder, CfnTableBucket.UnreferencedFileRemovalProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableBucket.UnreferencedFileRemovalProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of days an object can be noncurrent before Amazon S3 deletes it.final StringThe status of the unreferenced file removal configuration for your table bucket.final NumberThe number of days an object must be unreferenced by your table before Amazon S3 marks the object as noncurrent.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
Constructor Details
- 
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
 objRef- Reference to the JSII managed object.
 - 
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTableBucket.UnreferencedFileRemovalProperty.Builder. 
 - 
 - 
Method Details
- 
getNoncurrentDays
Description copied from interface:CfnTableBucket.UnreferencedFileRemovalPropertyThe number of days an object can be noncurrent before Amazon S3 deletes it.- Specified by:
 getNoncurrentDaysin interfaceCfnTableBucket.UnreferencedFileRemovalProperty- See Also:
 
 - 
getStatus
Description copied from interface:CfnTableBucket.UnreferencedFileRemovalPropertyThe status of the unreferenced file removal configuration for your table bucket.- Specified by:
 getStatusin interfaceCfnTableBucket.UnreferencedFileRemovalProperty- See Also:
 
 - 
getUnreferencedDays
Description copied from interface:CfnTableBucket.UnreferencedFileRemovalPropertyThe number of days an object must be unreferenced by your table before Amazon S3 marks the object as noncurrent.- Specified by:
 getUnreferencedDaysin interfaceCfnTableBucket.UnreferencedFileRemovalProperty- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -