Class CfnBucket.TransitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3.CfnBucket.TransitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucket.TransitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucket.TransitionProperty
@Stability(Stable)
@Internal
public static final class CfnBucket.TransitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucket.TransitionProperty
An implementation for
CfnBucket.TransitionProperty-
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.s3.CfnBucket.TransitionProperty
CfnBucket.TransitionProperty.Builder, CfnBucket.TransitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucket.TransitionProperty.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 StringThe storage class to which you want the object to transition.final ObjectIndicates when objects are transitioned to the specified storage class.final NumberIndicates the number of days after creation when objects are transitioned to the specified storage class.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 theCfnBucket.TransitionProperty.Builder.
-
-
Method Details
-
getStorageClass
Description copied from interface:CfnBucket.TransitionPropertyThe storage class to which you want the object to transition.- Specified by:
getStorageClassin interfaceCfnBucket.TransitionProperty- See Also:
-
getTransitionDate
Description copied from interface:CfnBucket.TransitionPropertyIndicates when objects are transitioned to the specified storage class.The date value must be in ISO 8601 format. The time is always midnight UTC.
Returns union: either
InstantorIResolvable- Specified by:
getTransitionDatein interfaceCfnBucket.TransitionProperty- See Also:
-
getTransitionInDays
Description copied from interface:CfnBucket.TransitionPropertyIndicates the number of days after creation when objects are transitioned to the specified storage class.If the specified storage class is
INTELLIGENT_TIERING,GLACIER_IR,GLACIER, orDEEP_ARCHIVE, valid values are0or positive integers. If the specified storage class isSTANDARD_IAorONEZONE_IA, valid values are positive integers greater than30. Be aware that some storage classes have a minimum storage duration and that you're charged for transitioning objects before their minimum storage duration. For more information, see Constraints and considerations for transitions in the Amazon S3 User Guide .- Specified by:
getTransitionInDaysin interfaceCfnBucket.TransitionProperty- 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()
-