@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.573Z") @Stability(value=Stable) public interface CfnSchemaVersionMetadataProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getKey()
A metadata key in a key-value pair for metadata.
|
String |
getSchemaVersionId()
The version number of the schema.
|
String |
getValue()
A metadata key's corresponding value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getSchemaVersionId()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnSchemaVersionMetadataProps.Builder builder()
Copyright © 2022. All rights reserved.