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
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnDataSet.OutputColumnProperty.getDescription()
Sets the value ofCfnDataSet.OutputColumnProperty.getName()
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
-
name
Sets the value ofCfnDataSet.OutputColumnProperty.getName()
- Parameters:
name
- A display name for the dataset.- Returns:
this
-
type
Sets the value ofCfnDataSet.OutputColumnProperty.getType()
- Parameters:
type
- The type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSet.OutputColumnProperty>
- Returns:
- a new instance of
CfnDataSet.OutputColumnProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-