Class CfnSchemaProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnSchemaProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchemaProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSchemaProps
@Stability(Stable)
@Internal
public static final class CfnSchemaProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchemaProps
An implementation for
CfnSchemaProps-
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.glue.CfnSchemaProps
CfnSchemaProps.Builder, CfnSchemaProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSchemaProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSchemaProps.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 ObjectSpecify theVersionNumberor theIsLatestfor setting the checkpoint for the schema.final StringThe compatibility mode of the schema.final StringThe data format of the schema definition.final StringA description of the schema if specified when created.final StringgetName()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.final ObjectThe registry where a schema is stored.final StringThe schema definition using theDataFormatsetting forSchemaName.getTags()AWS tags that contain a key value pair and may be searched by console, command line, or API.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 theCfnSchemaProps.Builder.
-
-
Method Details
-
getCompatibility
Description copied from interface:CfnSchemaPropsThe compatibility mode of the schema.- Specified by:
getCompatibilityin interfaceCfnSchemaProps
-
getDataFormat
Description copied from interface:CfnSchemaPropsThe data format of the schema definition.Currently only
AVROis supported.- Specified by:
getDataFormatin interfaceCfnSchemaProps
-
getName
Description copied from interface:CfnSchemaPropsName of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark.No whitespace.
- Specified by:
getNamein interfaceCfnSchemaProps
-
getSchemaDefinition
Description copied from interface:CfnSchemaPropsThe schema definition using theDataFormatsetting forSchemaName.- Specified by:
getSchemaDefinitionin interfaceCfnSchemaProps
-
getCheckpointVersion
Description copied from interface:CfnSchemaPropsSpecify theVersionNumberor theIsLatestfor setting the checkpoint for the schema.This is only required for updating a checkpoint.
- Specified by:
getCheckpointVersionin interfaceCfnSchemaProps
-
getDescription
Description copied from interface:CfnSchemaPropsA description of the schema if specified when created.- Specified by:
getDescriptionin interfaceCfnSchemaProps
-
getRegistry
Description copied from interface:CfnSchemaPropsThe registry where a schema is stored.- Specified by:
getRegistryin interfaceCfnSchemaProps
-
getTags
Description copied from interface:CfnSchemaPropsAWS tags that contain a key value pair and may be searched by console, command line, or API.- Specified by:
getTagsin interfaceCfnSchemaProps
-
$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()
-