@Stability(value=Stable)
public static interface CfnDataSet.FieldFolderProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnDataSet.FieldFolderProperty.Columns`.
|
default String |
getDescription()
`CfnDataSet.FieldFolderProperty.Description`.
|
@Stability(value=Stable) @Nullable default List<String> getColumns()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnDataSet.FieldFolderProperty.Builder builder()
Copyright © 2021. All rights reserved.