Class CfnSchemaMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnSchemaMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchemaMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchemaMixinProps
@Stability(Stable)
@Internal
public static final class CfnSchemaMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchemaMixinProps
An implementation for
CfnSchemaMixinProps-
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.cfnpropertymixins.services.glue.CfnSchemaMixinProps
CfnSchemaMixinProps.Builder, CfnSchemaMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSchemaMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSchemaMixinProps.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 theCfnSchemaMixinProps.Builder.
-
-
Method Details
-
getCheckpointVersion
Description copied from interface:CfnSchemaMixinPropsSpecify theVersionNumberor theIsLatestfor setting the checkpoint for the schema.This is only required for updating a checkpoint.
Returns union: either
IResolvableorCfnSchemaPropsMixin.SchemaVersionProperty- Specified by:
getCheckpointVersionin interfaceCfnSchemaMixinProps- See Also:
-
getCompatibility
Description copied from interface:CfnSchemaMixinPropsThe compatibility mode of the schema.- Specified by:
getCompatibilityin interfaceCfnSchemaMixinProps- See Also:
-
getDataFormat
Description copied from interface:CfnSchemaMixinPropsThe data format of the schema definition.Currently only
AVROis supported.- Specified by:
getDataFormatin interfaceCfnSchemaMixinProps- See Also:
-
getDescription
Description copied from interface:CfnSchemaMixinPropsA description of the schema if specified when created.- Specified by:
getDescriptionin interfaceCfnSchemaMixinProps- See Also:
-
getName
Description copied from interface:CfnSchemaMixinPropsName 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 interfaceCfnSchemaMixinProps- See Also:
-
getRegistry
Description copied from interface:CfnSchemaMixinPropsThe registry where a schema is stored.Returns union: either
IResolvableorCfnSchemaPropsMixin.RegistryProperty- Specified by:
getRegistryin interfaceCfnSchemaMixinProps- See Also:
-
getSchemaDefinition
Description copied from interface:CfnSchemaMixinPropsThe schema definition using theDataFormatsetting forSchemaName.- Specified by:
getSchemaDefinitionin interfaceCfnSchemaMixinProps- See Also:
-
getTags
Description copied from interface:CfnSchemaMixinPropsAWS tags that contain a key value pair and may be searched by console, command line, or API.- Specified by:
getTagsin interfaceCfnSchemaMixinProps- 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()
-