public static final class CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFeatureGroup.OfflineStoreConfigProperty
CfnFeatureGroup.OfflineStoreConfigProperty
CfnFeatureGroup.OfflineStoreConfigProperty.Builder, CfnFeatureGroup.OfflineStoreConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDataCatalogConfig()
The meta data of the Glue table that is autogenerated when an `OfflineStore` is created.
|
java.lang.Object |
getDisableGlueTableCreation()
Set to `True` to disable the automatic creation of an AWS Glue table when configuring an `OfflineStore` .
|
java.lang.Object |
getS3StorageConfig()
The Amazon Simple Storage (Amazon S3) location of `OfflineStore` .
|
java.lang.String |
getTableFormat()
`CfnFeatureGroup.OfflineStoreConfigProperty.TableFormat`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getS3StorageConfig()
CfnFeatureGroup.OfflineStoreConfigProperty
getS3StorageConfig
in interface CfnFeatureGroup.OfflineStoreConfigProperty
public final java.lang.Object getDataCatalogConfig()
CfnFeatureGroup.OfflineStoreConfigProperty
getDataCatalogConfig
in interface CfnFeatureGroup.OfflineStoreConfigProperty
public final java.lang.Object getDisableGlueTableCreation()
CfnFeatureGroup.OfflineStoreConfigProperty
getDisableGlueTableCreation
in interface CfnFeatureGroup.OfflineStoreConfigProperty
public final java.lang.String getTableFormat()
CfnFeatureGroup.OfflineStoreConfigProperty
getTableFormat
in interface CfnFeatureGroup.OfflineStoreConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()