Class CfnBucket.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3outposts.CfnBucket.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.RuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.RuleProperty
An implementation for
CfnBucket.RuleProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.s3outposts.CfnBucket.RuleProperty
CfnBucket.RuleProperty.Builder, CfnBucket.RuleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBucket.RuleProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBucket.RuleProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The container for the abort incomplete multipart upload rule.final String
Specifies the expiration for the lifecycle of the object by specifying an expiry date.final Number
Specifies the expiration for the lifecycle of the object in the form of days that the object has been in the S3 on Outposts bucket.final Object
The container for the filter of the lifecycle rule.final String
getId()
The unique identifier for the lifecycle rule.final String
IfEnabled
, the rule is currently being applied.final int
hashCode()
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 theCfnBucket.RuleProperty.Builder
.
-
-
Method Details
-
getStatus
Description copied from interface:CfnBucket.RuleProperty
IfEnabled
, the rule is currently being applied.If
Disabled
, the rule is not currently being applied.- Specified by:
getStatus
in interfaceCfnBucket.RuleProperty
-
getAbortIncompleteMultipartUpload
Description copied from interface:CfnBucket.RuleProperty
The container for the abort incomplete multipart upload rule.- Specified by:
getAbortIncompleteMultipartUpload
in interfaceCfnBucket.RuleProperty
-
getExpirationDate
Description copied from interface:CfnBucket.RuleProperty
Specifies the expiration for the lifecycle of the object by specifying an expiry date.- Specified by:
getExpirationDate
in interfaceCfnBucket.RuleProperty
-
getExpirationInDays
Description copied from interface:CfnBucket.RuleProperty
Specifies the expiration for the lifecycle of the object in the form of days that the object has been in the S3 on Outposts bucket.- Specified by:
getExpirationInDays
in interfaceCfnBucket.RuleProperty
-
getFilter
Description copied from interface:CfnBucket.RuleProperty
The container for the filter of the lifecycle rule.- Specified by:
getFilter
in interfaceCfnBucket.RuleProperty
-
getId
Description copied from interface:CfnBucket.RuleProperty
The unique identifier for the lifecycle rule.The value can't be longer than 255 characters.
- Specified by:
getId
in interfaceCfnBucket.RuleProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-