Class CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.s3tables.mixins.CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty
@Stability(Stable)
@Internal
public static final class CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty
An implementation for
CfnTableBucketPropsMixin.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.mixins.preview.services.s3tables.mixins.CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty
CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Builder, CfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableBucketPropsMixin.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 theCfnTableBucketPropsMixin.UnreferencedFileRemovalProperty.Builder.
-
-
Method Details
-
getNoncurrentDays
Description copied from interface:CfnTableBucketPropsMixin.UnreferencedFileRemovalPropertyThe number of days an object can be noncurrent before Amazon S3 deletes it.- Specified by:
getNoncurrentDaysin interfaceCfnTableBucketPropsMixin.UnreferencedFileRemovalProperty- See Also:
-
getStatus
Description copied from interface:CfnTableBucketPropsMixin.UnreferencedFileRemovalPropertyThe status of the unreferenced file removal configuration for your table bucket.- Specified by:
getStatusin interfaceCfnTableBucketPropsMixin.UnreferencedFileRemovalProperty- See Also:
-
getUnreferencedDays
Description copied from interface:CfnTableBucketPropsMixin.UnreferencedFileRemovalPropertyThe number of days an object must be unreferenced by your table before Amazon S3 marks the object as noncurrent.- Specified by:
getUnreferencedDaysin interfaceCfnTableBucketPropsMixin.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()
-