Class UnreferencedFileRemoval.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3tables.alpha.UnreferencedFileRemoval.Jsii$Proxy
- All Implemented Interfaces:
UnreferencedFileRemoval,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UnreferencedFileRemoval
@Stability(Experimental)
@Internal
public static final class UnreferencedFileRemoval.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UnreferencedFileRemoval
An implementation for
UnreferencedFileRemoval-
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.alpha.UnreferencedFileRemoval
UnreferencedFileRemoval.Builder, UnreferencedFileRemoval.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theUnreferencedFileRemoval.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 Number(experimental) Duration after which noncurrent files should be removed.(experimental) Status of unreferenced file removal.final Number(experimental) Duration after which unreferenced files should be removed.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 theUnreferencedFileRemoval.Builder.
-
-
Method Details
-
getNoncurrentDays
Description copied from interface:UnreferencedFileRemoval(experimental) Duration after which noncurrent files should be removed.Should be at least one day.
Default: - See S3 Tables User Guide
- Specified by:
getNoncurrentDaysin interfaceUnreferencedFileRemoval- See Also:
-
getStatus
Description copied from interface:UnreferencedFileRemoval(experimental) Status of unreferenced file removal.Can be Enabled or Disabled.
Default: - See S3 Tables User Guide
- Specified by:
getStatusin interfaceUnreferencedFileRemoval- See Also:
-
getUnreferencedDays
Description copied from interface:UnreferencedFileRemoval(experimental) Duration after which unreferenced files should be removed.Should be at least one day.
Default: - See S3 Tables User Guide
- Specified by:
getUnreferencedDaysin interfaceUnreferencedFileRemoval- 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()
-