Class CfnRunCacheProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnRunCacheProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRunCacheProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRunCacheProps
@Stability(Stable)
@Internal
public static final class CfnRunCacheProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRunCacheProps
An implementation for
CfnRunCacheProps-
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.omics.CfnRunCacheProps
CfnRunCacheProps.Builder, CfnRunCacheProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRunCacheProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRunCacheProps.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 default cache behavior for runs using this cache.final StringThe AWS account ID of the expected owner of the S3 bucket for the run cache.final StringThe S3 location for storing the cached task outputs.final StringA description of the run cache.final StringgetName()A name for the run cache.getTags()Tags for the run cache.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 theCfnRunCacheProps.Builder.
-
-
Method Details
-
getCacheBehavior
Description copied from interface:CfnRunCachePropsThe default cache behavior for runs using this cache.- Specified by:
getCacheBehaviorin interfaceCfnRunCacheProps- See Also:
-
getCacheBucketOwnerId
Description copied from interface:CfnRunCachePropsThe AWS account ID of the expected owner of the S3 bucket for the run cache.- Specified by:
getCacheBucketOwnerIdin interfaceCfnRunCacheProps- See Also:
-
getCacheS3Location
Description copied from interface:CfnRunCachePropsThe S3 location for storing the cached task outputs.- Specified by:
getCacheS3Locationin interfaceCfnRunCacheProps- See Also:
-
getDescription
Description copied from interface:CfnRunCachePropsA description of the run cache.- Specified by:
getDescriptionin interfaceCfnRunCacheProps- See Also:
-
getName
Description copied from interface:CfnRunCachePropsA name for the run cache.- Specified by:
getNamein interfaceCfnRunCacheProps- See Also:
-
getTags
Description copied from interface:CfnRunCachePropsTags for the run cache.- Specified by:
getTagsin interfaceCfnRunCacheProps- 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()
-