Class CfnDataSet.FieldFolderProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDataSet.FieldFolderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSet.FieldFolderProperty>
- Enclosing interface:
CfnDataSet.FieldFolderProperty
@Stability(Stable)
public static final class CfnDataSet.FieldFolderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSet.FieldFolderProperty>
A builder for
CfnDataSet.FieldFolderProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataSet.FieldFolderProperty.getColumns()
description
(String description) Sets the value ofCfnDataSet.FieldFolderProperty.getDescription()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
columns
Sets the value ofCfnDataSet.FieldFolderProperty.getColumns()
- Parameters:
columns
- A folder has a list of columns. A column can only be in one folder.- Returns:
this
-
description
Sets the value ofCfnDataSet.FieldFolderProperty.getDescription()
- Parameters:
description
- The description for a field folder.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataSet.FieldFolderProperty>
- Returns:
- a new instance of
CfnDataSet.FieldFolderProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-