Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SchemaReference |
SchemaReference.clone() |
SchemaReference |
StorageDescriptor.getSchemaReference()
An object that references a schema stored in the Glue Schema Registry.
|
SchemaReference |
SchemaReference.withSchemaId(SchemaId schemaId)
A structure that contains schema identity fields.
|
SchemaReference |
SchemaReference.withSchemaVersionId(String schemaVersionId)
The unique ID assigned to a version of the schema.
|
SchemaReference |
SchemaReference.withSchemaVersionNumber(Long schemaVersionNumber)
The version number of the schema.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageDescriptor.setSchemaReference(SchemaReference schemaReference)
An object that references a schema stored in the Glue Schema Registry.
|
StorageDescriptor |
StorageDescriptor.withSchemaReference(SchemaReference schemaReference)
An object that references a schema stored in the Glue Schema Registry.
|
Copyright © 2022. All rights reserved.