@Stability(value=Stable) public static final class CfnSchemaVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaVersion>
CfnSchemaVersion.| Modifier and Type | Method and Description |
|---|---|
CfnSchemaVersion |
build() |
static CfnSchemaVersion.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchemaVersion.Builder |
schema(CfnSchemaVersion.SchemaProperty schema)
The schema that includes the schema version.
|
CfnSchemaVersion.Builder |
schema(IResolvable schema)
The schema that includes the schema version.
|
CfnSchemaVersion.Builder |
schemaDefinition(String schemaDefinition)
The schema definition for the schema version.
|
@Stability(value=Stable) public static CfnSchemaVersion.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.CfnSchemaVersion.SchemaProperty.Builder.@Stability(value=Stable) public CfnSchemaVersion.Builder schema(CfnSchemaVersion.SchemaProperty schema)
schema - The schema that includes the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersion.Builder schema(IResolvable schema)
schema - The schema that includes the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersion.Builder schemaDefinition(String schemaDefinition)
schemaDefinition - The schema definition for the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersion build()
build in interface software.amazon.jsii.Builder<CfnSchemaVersion>Copyright © 2022. All rights reserved.