@Stability(value=Stable)
public static interface CfnDataSet.FieldFolderProperty
extends software.amazon.jsii.JsiiSerializable
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 List<String> |
getColumns()
A folder has a list of columns.
|
default String |
getDescription()
The description for a field folder.
|
@Stability(value=Stable) @Nullable default List<String> getColumns()
A column can only be in one folder.
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnDataSet.FieldFolderProperty.Builder builder()
Copyright © 2022. All rights reserved.