Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnSchemaPropsMixin.Builder
Packages that use CfnSchemaPropsMixin.Builder
-
Uses of CfnSchemaPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnSchemaPropsMixin.BuilderModifier and TypeMethodDescriptionCfnSchemaPropsMixin.Builder.checkpointVersion(CfnSchemaPropsMixin.SchemaVersionProperty checkpointVersion) Specify theVersionNumberor theIsLatestfor setting the checkpoint for the schema.CfnSchemaPropsMixin.Builder.checkpointVersion(IResolvable checkpointVersion) Specify theVersionNumberor theIsLatestfor setting the checkpoint for the schema.CfnSchemaPropsMixin.Builder.compatibility(String compatibility) The compatibility mode of the schema.static CfnSchemaPropsMixin.BuilderCfnSchemaPropsMixin.Builder.create()static CfnSchemaPropsMixin.BuilderCfnSchemaPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnSchemaPropsMixin.Builder.dataFormat(String dataFormat) The data format of the schema definition.CfnSchemaPropsMixin.Builder.description(String description) A description of the schema if specified when created.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.CfnSchemaPropsMixin.Builder.registry(CfnSchemaPropsMixin.RegistryProperty registry) The registry where a schema is stored.CfnSchemaPropsMixin.Builder.registry(IResolvable registry) The registry where a schema is stored.CfnSchemaPropsMixin.Builder.schemaDefinition(String schemaDefinition) The schema definition using theDataFormatsetting forSchemaName.AWS tags that contain a key value pair and may be searched by console, command line, or API.