@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.031Z")
public interface CfnSchemaVersionMetadataProps
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.*; CfnSchemaVersionMetadataProps cfnSchemaVersionMetadataProps = CfnSchemaVersionMetadataProps.builder() .key("key") .schemaVersionId("schemaVersionId") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSchemaVersionMetadataProps.Builder
A builder for
CfnSchemaVersionMetadataProps |
static class |
CfnSchemaVersionMetadataProps.Jsii$Proxy
An implementation for
CfnSchemaVersionMetadataProps |
Modifier and Type | Method and Description |
---|---|
static CfnSchemaVersionMetadataProps.Builder |
builder() |
java.lang.String |
getKey()
A metadata key in a key-value pair for metadata.
|
java.lang.String |
getSchemaVersionId()
The version number of the schema.
|
java.lang.String |
getValue()
A metadata key's corresponding value.
|
java.lang.String getKey()
java.lang.String getSchemaVersionId()
java.lang.String getValue()
static CfnSchemaVersionMetadataProps.Builder builder()