public static interface CfnAnalysis.AnalysisSourceEntityProperty
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.*; AnalysisSourceEntityProperty analysisSourceEntityProperty = AnalysisSourceEntityProperty.builder() .sourceTemplate(AnalysisSourceTemplateProperty.builder() .arn("arn") .dataSetReferences(List.of(DataSetReferenceProperty.builder() .dataSetArn("dataSetArn") .dataSetPlaceholder("dataSetPlaceholder") .build())) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnalysis.AnalysisSourceEntityProperty.Builder
A builder for
CfnAnalysis.AnalysisSourceEntityProperty |
static class |
CfnAnalysis.AnalysisSourceEntityProperty.Jsii$Proxy
An implementation for
CfnAnalysis.AnalysisSourceEntityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnalysis.AnalysisSourceEntityProperty.Builder |
builder() |
default java.lang.Object |
getSourceTemplate()
The source template for the source entity of the analysis.
|
default java.lang.Object getSourceTemplate()
static CfnAnalysis.AnalysisSourceEntityProperty.Builder builder()