@Stability(value=Stable) public static final class CfnSchemaVersionMetadata.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaVersionMetadata>
CfnSchemaVersionMetadata.| Modifier and Type | Method and Description |
|---|---|
CfnSchemaVersionMetadata |
build() |
static CfnSchemaVersionMetadata.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchemaVersionMetadata.Builder |
key(String key)
A metadata key in a key-value pair for metadata.
|
CfnSchemaVersionMetadata.Builder |
schemaVersionId(String schemaVersionId)
The version number of the schema.
|
CfnSchemaVersionMetadata.Builder |
value(String value)
A metadata key's corresponding value.
|
@Stability(value=Stable) public static CfnSchemaVersionMetadata.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchemaVersionMetadata.Builder.@Stability(value=Stable) public CfnSchemaVersionMetadata.Builder key(String key)
key - A metadata key in a key-value pair for metadata. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadata.Builder schemaVersionId(String schemaVersionId)
schemaVersionId - The version number of the schema. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadata.Builder value(String value)
value - A metadata key's corresponding value. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionMetadata build()
build in interface software.amazon.jsii.Builder<CfnSchemaVersionMetadata>Copyright © 2022. All rights reserved.