Class CfnDataSet.InputColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.InputColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.InputColumnProperty>
- Enclosing interface:
CfnDataSet.InputColumnProperty
@Stability(Stable)
public static final class CfnDataSet.InputColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.InputColumnProperty>
A builder for
CfnDataSet.InputColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataSet.InputColumnProperty.getId()Sets the value ofCfnDataSet.InputColumnProperty.getName()Sets the value ofCfnDataSet.InputColumnProperty.getSubType()Sets the value ofCfnDataSet.InputColumnProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDataSet.InputColumnProperty.getName()- Parameters:
name- The name of this column in the underlying data source. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnDataSet.InputColumnProperty.getType()- Parameters:
type- The data type of the column. This parameter is required.- Returns:
this
-
id
Sets the value ofCfnDataSet.InputColumnProperty.getId()- Parameters:
id- A unique identifier for the input column.- Returns:
this
-
subType
Sets the value ofCfnDataSet.InputColumnProperty.getSubType()- Parameters:
subType- The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.InputColumnProperty>- Returns:
- a new instance of
CfnDataSet.InputColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-