public static final class CfnSchemaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchemaProps
CfnSchemaProps
CfnSchemaProps.Builder, CfnSchemaProps.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 |
getCheckpointVersion()
Specify the `VersionNumber` or the `IsLatest` for setting the checkpoint for the schema.
|
java.lang.String |
getCompatibility()
The compatibility mode of the schema.
|
java.lang.String |
getDataFormat()
The data format of the schema definition.
|
java.lang.String |
getDescription()
A description of the schema if specified when created.
|
java.lang.String |
getName()
Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark.
|
java.lang.Object |
getRegistry()
The registry where a schema is stored.
|
java.lang.String |
getSchemaDefinition()
The schema definition using the `DataFormat` setting for `SchemaName` .
|
java.util.List<CfnTag> |
getTags()
AWS tags that contain a key value pair and may be searched by console, command line, or API.
|
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.String getCompatibility()
CfnSchemaProps
getCompatibility
in interface CfnSchemaProps
public final java.lang.String getDataFormat()
CfnSchemaProps
Currently only AVRO
is supported.
getDataFormat
in interface CfnSchemaProps
public final java.lang.String getName()
CfnSchemaProps
No whitespace.
getName
in interface CfnSchemaProps
public final java.lang.String getSchemaDefinition()
CfnSchemaProps
getSchemaDefinition
in interface CfnSchemaProps
public final java.lang.Object getCheckpointVersion()
CfnSchemaProps
This is only required for updating a checkpoint.
getCheckpointVersion
in interface CfnSchemaProps
public final java.lang.String getDescription()
CfnSchemaProps
getDescription
in interface CfnSchemaProps
public final java.lang.Object getRegistry()
CfnSchemaProps
getRegistry
in interface CfnSchemaProps
public final java.util.List<CfnTag> getTags()
CfnSchemaProps
getTags
in interface CfnSchemaProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()