Class CfnDatastorePropsMixin.ColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.CfnDatastorePropsMixin.ColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastorePropsMixin.ColumnProperty>
- Enclosing interface:
CfnDatastorePropsMixin.ColumnProperty
@Stability(Stable)
public static final class CfnDatastorePropsMixin.ColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastorePropsMixin.ColumnProperty>
A builder for
CfnDatastorePropsMixin.ColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatastorePropsMixin.ColumnProperty.getName()Sets the value ofCfnDatastorePropsMixin.ColumnProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDatastorePropsMixin.ColumnProperty.getName()- Parameters:
name- The name of the column.- Returns:
this
-
type
Sets the value ofCfnDatastorePropsMixin.ColumnProperty.getType()- Parameters:
type- The type of data. For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastorePropsMixin.ColumnProperty>- Returns:
- a new instance of
CfnDatastorePropsMixin.ColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-