@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 - `AWS::Glue::SchemaVersion.Schema`. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionProps.Builder schema(IResolvable schema)
CfnSchemaVersionProps.getSchema()schema - `AWS::Glue::SchemaVersion.Schema`. This parameter is required.this@Stability(value=Stable) public CfnSchemaVersionProps.Builder schemaDefinition(String schemaDefinition)
CfnSchemaVersionProps.getSchemaDefinition()schemaDefinition - `AWS::Glue::SchemaVersion.SchemaDefinition`. 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 © 2021. All rights reserved.