public static interface CfnDashboard.DashboardSourceEntityProperty
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.*; DashboardSourceEntityProperty dashboardSourceEntityProperty = DashboardSourceEntityProperty.builder() .sourceTemplate(DashboardSourceTemplateProperty.builder() .arn("arn") .dataSetReferences(List.of(DataSetReferenceProperty.builder() .dataSetArn("dataSetArn") .dataSetPlaceholder("dataSetPlaceholder") .build())) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDashboard.DashboardSourceEntityProperty.Builder
A builder for
CfnDashboard.DashboardSourceEntityProperty |
static class |
CfnDashboard.DashboardSourceEntityProperty.Jsii$Proxy
An implementation for
CfnDashboard.DashboardSourceEntityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDashboard.DashboardSourceEntityProperty.Builder |
builder() |
default java.lang.Object |
getSourceTemplate()
Source template.
|
default java.lang.Object getSourceTemplate()
static CfnDashboard.DashboardSourceEntityProperty.Builder builder()