public static interface CfnTable.SchemaIdProperty
Either this or the SchemaVersionId
has to be
provided.
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.*; SchemaIdProperty schemaIdProperty = SchemaIdProperty.builder() .registryName("registryName") .schemaArn("schemaArn") .schemaName("schemaName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.SchemaIdProperty.Builder
A builder for
CfnTable.SchemaIdProperty |
static class |
CfnTable.SchemaIdProperty.Jsii$Proxy
An implementation for
CfnTable.SchemaIdProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.SchemaIdProperty.Builder |
builder() |
default java.lang.String |
getRegistryName()
The name of the schema registry that contains the schema.
|
default java.lang.String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
|
default java.lang.String |
getSchemaName()
The name of the schema.
|
default java.lang.String getRegistryName()
default java.lang.String getSchemaArn()
One of SchemaArn
or SchemaName
has to be
provided.
default java.lang.String getSchemaName()
One of SchemaArn
or SchemaName
has to be provided.
static CfnTable.SchemaIdProperty.Builder builder()
CfnTable.SchemaIdProperty.Builder
of CfnTable.SchemaIdProperty