public static interface CfnDashboard.DashboardPublishOptionsProperty
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.*; DashboardPublishOptionsProperty dashboardPublishOptionsProperty = DashboardPublishOptionsProperty.builder() .adHocFilteringOption(AdHocFilteringOptionProperty.builder() .availabilityStatus("availabilityStatus") .build()) .exportToCsvOption(ExportToCSVOptionProperty.builder() .availabilityStatus("availabilityStatus") .build()) .sheetControlsOption(SheetControlsOptionProperty.builder() .visibilityState("visibilityState") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDashboard.DashboardPublishOptionsProperty.Builder
A builder for
CfnDashboard.DashboardPublishOptionsProperty |
static class |
CfnDashboard.DashboardPublishOptionsProperty.Jsii$Proxy
An implementation for
CfnDashboard.DashboardPublishOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDashboard.DashboardPublishOptionsProperty.Builder |
builder() |
default java.lang.Object |
getAdHocFilteringOption()
Ad hoc (one-time) filtering option.
|
default java.lang.Object |
getExportToCsvOption()
Export to .csv option.
|
default java.lang.Object |
getSheetControlsOption()
Sheet controls option.
|
default java.lang.Object getAdHocFilteringOption()
default java.lang.Object getExportToCsvOption()
default java.lang.Object getSheetControlsOption()
static CfnDashboard.DashboardPublishOptionsProperty.Builder builder()