@Stability(value=Stable) public static final class CfnDatastore.SchemaDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.SchemaDefinitionProperty>
CfnDatastore.SchemaDefinitionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatastore.SchemaDefinitionProperty |
build()
Builds the configured instance.
|
CfnDatastore.SchemaDefinitionProperty.Builder |
columns(IResolvable columns)
Sets the value of
CfnDatastore.SchemaDefinitionProperty.getColumns() |
CfnDatastore.SchemaDefinitionProperty.Builder |
columns(List<? extends Object> columns)
Sets the value of
CfnDatastore.SchemaDefinitionProperty.getColumns() |
@Stability(value=Stable) public CfnDatastore.SchemaDefinitionProperty.Builder columns(IResolvable columns)
CfnDatastore.SchemaDefinitionProperty.getColumns()columns - Specifies one or more columns that store your data.
Each schema can have up to 100 columns. Each column can have up to 100 nested types.this@Stability(value=Stable) public CfnDatastore.SchemaDefinitionProperty.Builder columns(List<? extends Object> columns)
CfnDatastore.SchemaDefinitionProperty.getColumns()columns - Specifies one or more columns that store your data.
Each schema can have up to 100 columns. Each column can have up to 100 nested types.this@Stability(value=Stable) public CfnDatastore.SchemaDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnDatastore.SchemaDefinitionProperty>CfnDatastore.SchemaDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.