@Stability(value=Stable)
public static interface CfnPartition.SchemaIdProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnPartition.SchemaIdProperty.Builder
A builder for
CfnPartition.SchemaIdProperty |
static class |
CfnPartition.SchemaIdProperty.Jsii$Proxy
An implementation for
CfnPartition.SchemaIdProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPartition.SchemaIdProperty.Builder |
builder() |
default String |
getRegistryName()
The name of the schema registry that contains the schema.
|
default String |
getSchemaArn()
The Amazon Resource Name (ARN) of the schema.
|
default String |
getSchemaName()
The name of the schema.
|
@Stability(value=Stable) @Nullable default String getRegistryName()
@Stability(value=Stable) @Nullable default String getSchemaArn()
One of SchemaArn or SchemaName has to be
provided.
@Stability(value=Stable) @Nullable default String getSchemaName()
One of SchemaArn or SchemaName has to be provided.
@Stability(value=Stable) static CfnPartition.SchemaIdProperty.Builder builder()
Copyright © 2022. All rights reserved.