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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnSchemaProps

    CfnSchemaProps.Builder, CfnSchemaProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSchemaProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Specify the VersionNumber or the IsLatest for setting the checkpoint for the schema.
    final String
    The compatibility mode of the schema.
    final String
    The data format of the schema definition.
    final String
    A description of the schema if specified when created.
    final String
    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 Object
    The registry where a schema is stored.
    final String
    The schema definition using the DataFormat setting for SchemaName .
    final List<CfnTag>
    AWS tags that contain a key value pair and may be searched by console, command line, or API.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnSchemaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSchemaProps.Builder.
  • Method Details

    • getCompatibility

      public final String getCompatibility()
      Description copied from interface: CfnSchemaProps
      The compatibility mode of the schema.
      Specified by:
      getCompatibility in interface CfnSchemaProps
    • getDataFormat

      public final String getDataFormat()
      Description copied from interface: CfnSchemaProps
      The data format of the schema definition.

      Currently only AVRO is supported.

      Specified by:
      getDataFormat in interface CfnSchemaProps
    • getName

      public final String getName()
      Description copied from interface: CfnSchemaProps
      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.

      No whitespace.

      Specified by:
      getName in interface CfnSchemaProps
    • getSchemaDefinition

      public final String getSchemaDefinition()
      Description copied from interface: CfnSchemaProps
      The schema definition using the DataFormat setting for SchemaName .
      Specified by:
      getSchemaDefinition in interface CfnSchemaProps
    • getCheckpointVersion

      public final Object getCheckpointVersion()
      Description copied from interface: CfnSchemaProps
      Specify the VersionNumber or the IsLatest for setting the checkpoint for the schema.

      This is only required for updating a checkpoint.

      Specified by:
      getCheckpointVersion in interface CfnSchemaProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnSchemaProps
      A description of the schema if specified when created.
      Specified by:
      getDescription in interface CfnSchemaProps
    • getRegistry

      public final Object getRegistry()
      Description copied from interface: CfnSchemaProps
      The registry where a schema is stored.
      Specified by:
      getRegistry in interface CfnSchemaProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnSchemaProps
      AWS tags that contain a key value pair and may be searched by console, command line, or API.
      Specified by:
      getTags in interface CfnSchemaProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object