public static interface CfnDataSet.FieldFolderProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; FieldFolderProperty fieldFolderProperty = FieldFolderProperty.builder() .columns(List.of("columns")) .description("description") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSet.FieldFolderProperty.Builder
A builder for
CfnDataSet.FieldFolderProperty |
static class |
CfnDataSet.FieldFolderProperty.Jsii$Proxy
An implementation for
CfnDataSet.FieldFolderProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSet.FieldFolderProperty.Builder |
builder() |
default java.util.List<java.lang.String> |
getColumns()
A folder has a list of columns.
|
default java.lang.String |
getDescription()
The description for a field folder.
|
default java.util.List<java.lang.String> getColumns()
A column can only be in one folder.
default java.lang.String getDescription()
static CfnDataSet.FieldFolderProperty.Builder builder()