Class CfnDatastore.SchemaDefinitionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotanalytics.CfnDatastore.SchemaDefinitionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastore.SchemaDefinitionProperty>
- Enclosing interface:
CfnDatastore.SchemaDefinitionProperty
@Stability(Stable)
public static final class CfnDatastore.SchemaDefinitionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastore.SchemaDefinitionProperty>
A builder for
CfnDatastore.SchemaDefinitionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatastore.SchemaDefinitionProperty.getColumns()columns(IResolvable columns) Sets the value ofCfnDatastore.SchemaDefinitionProperty.getColumns()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
@Stability(Stable) public CfnDatastore.SchemaDefinitionProperty.Builder columns(IResolvable columns) Sets the value ofCfnDatastore.SchemaDefinitionProperty.getColumns()- Parameters:
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.- Returns:
this
-
columns
@Stability(Stable) public CfnDatastore.SchemaDefinitionProperty.Builder columns(List<? extends Object> columns) Sets the value ofCfnDatastore.SchemaDefinitionProperty.getColumns()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastore.SchemaDefinitionProperty>- Returns:
- a new instance of
CfnDatastore.SchemaDefinitionProperty - Throws:
NullPointerException- if any required attribute was not provided
-