Class CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.NoncurrentVersionTransitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.NoncurrentVersionTransitionProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.NoncurrentVersionTransitionProperty
An implementation for
CfnBucket.NoncurrentVersionTransitionProperty
-
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.s3.CfnBucket.NoncurrentVersionTransitionProperty
CfnBucket.NoncurrentVersionTransitionProperty.Builder, CfnBucket.NoncurrentVersionTransitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.NoncurrentVersionTransitionProperty.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 Number
Specifies how many noncurrent versions Amazon S3 will retain.final String
The class of storage used to store the object.final Number
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.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.NoncurrentVersionTransitionProperty.Builder
.
-
-
Method Details
-
getStorageClass
Description copied from interface:CfnBucket.NoncurrentVersionTransitionProperty
The class of storage used to store the object.- Specified by:
getStorageClass
in interfaceCfnBucket.NoncurrentVersionTransitionProperty
-
getTransitionInDays
Description copied from interface:CfnBucket.NoncurrentVersionTransitionProperty
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action.For information about the noncurrent days calculations, see How Amazon S3 Calculates How Long an Object Has Been Noncurrent in the Amazon S3 User Guide .
- Specified by:
getTransitionInDays
in interfaceCfnBucket.NoncurrentVersionTransitionProperty
-
getNewerNoncurrentVersions
Description copied from interface:CfnBucket.NoncurrentVersionTransitionProperty
Specifies how many noncurrent versions Amazon S3 will retain.If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see Lifecycle configuration elements in the Amazon S3 User Guide .
- Specified by:
getNewerNoncurrentVersions
in interfaceCfnBucket.NoncurrentVersionTransitionProperty
-
$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()
-