@Stability(value=Stable) public static final class CfnSchemaVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSchemaVersionProps>
CfnSchemaVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchemaVersionProps |
build()
Builds the configured instance.
|
CfnSchemaVersionProps.Builder |
schema(CfnSchemaVersion.SchemaProperty schema)
Sets the value of
CfnSchemaVersionProps.getSchema() |
CfnSchemaVersionProps.Builder |
schema(IResolvable schema)
Sets the value of
CfnSchemaVersionProps.getSchema() |
CfnSchemaVersionProps.Builder |
schemaDefinition(String schemaDefinition)
Sets the value of
CfnSchemaVersionProps.getSchemaDefinition() |
@Stability(value=Stable) public CfnSchemaVersionProps.Builder schema(CfnSchemaVersion.SchemaProperty schema)
CfnSchemaVersionProps.getSchema()schema - The schema that includes the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionProps.Builder schema(IResolvable schema)
CfnSchemaVersionProps.getSchema()schema - The schema that includes the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionProps.Builder schemaDefinition(String schemaDefinition)
CfnSchemaVersionProps.getSchemaDefinition()schemaDefinition - The schema definition for the schema version. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionProps build()
build in interface software.amazon.jsii.Builder<CfnSchemaVersionProps>CfnSchemaVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.