@Stability(value=Stable)
public static interface CfnAnalysis.AnalysisSourceEntityProperty
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.*;
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 Object |
getSourceTemplate()
The source template for the source entity of the analysis.
|
@Stability(value=Stable) @Nullable default Object getSourceTemplate()
@Stability(value=Stable) static CfnAnalysis.AnalysisSourceEntityProperty.Builder builder()
Copyright © 2022. All rights reserved.