Class CfnDataSet.OutputColumnProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.OutputColumnProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.OutputColumnProperty>
- Enclosing interface:
CfnDataSet.OutputColumnProperty
@Stability(Stable)
public static final class CfnDataSet.OutputColumnProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.OutputColumnProperty>
A builder for
CfnDataSet.OutputColumnProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnDataSet.OutputColumnProperty.getDescription()Sets the value ofCfnDataSet.OutputColumnProperty.getId()Sets the value ofCfnDataSet.OutputColumnProperty.getName()Sets the value ofCfnDataSet.OutputColumnProperty.getSubType()Sets the value ofCfnDataSet.OutputColumnProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnDataSet.OutputColumnProperty.getDescription()- Parameters:
description- A description for a column.- Returns:
this
-
id
Sets the value ofCfnDataSet.OutputColumnProperty.getId()- Parameters:
id- A unique identifier for the output column.- Returns:
this
-
name
Sets the value ofCfnDataSet.OutputColumnProperty.getName()- Parameters:
name- The display name of the column..- Returns:
this
-
subType
Sets the value ofCfnDataSet.OutputColumnProperty.getSubType()- Parameters:
subType- The sub data type of the column.- Returns:
this
-
type
Sets the value ofCfnDataSet.OutputColumnProperty.getType()- Parameters:
type- The data type of the column.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSet.OutputColumnProperty>- Returns:
- a new instance of
CfnDataSet.OutputColumnProperty - Throws:
NullPointerException- if any required attribute was not provided
-