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