@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.101Z")
public interface CfnSchemaVersionProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; CfnSchemaVersionProps cfnSchemaVersionProps = CfnSchemaVersionProps.builder() .schema(SchemaProperty.builder() .registryName("registryName") .schemaArn("schemaArn") .schemaName("schemaName") .build()) .schemaDefinition("schemaDefinition") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSchemaVersionProps.Builder
A builder for
CfnSchemaVersionProps |
static class |
CfnSchemaVersionProps.Jsii$Proxy
An implementation for
CfnSchemaVersionProps |
Modifier and Type | Method and Description |
---|---|
static CfnSchemaVersionProps.Builder |
builder() |
java.lang.Object |
getSchema()
The schema that includes the schema version.
|
java.lang.String |
getSchemaDefinition()
The schema definition for the schema version.
|
java.lang.Object getSchema()
java.lang.String getSchemaDefinition()
static CfnSchemaVersionProps.Builder builder()
CfnSchemaVersionProps.Builder
of CfnSchemaVersionProps