Class CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty>
A builder for
CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.getArn()arn(ITemplateRef arn) Sets the value ofCfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.getArn()build()Builds the configured instance.dataSetReferences(List<? extends Object> dataSetReferences) dataSetReferences(IResolvable dataSetReferences)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
@Stability(Stable) public CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder arn(String arn) Sets the value ofCfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of the source template of an analysis.- Returns:
this
-
arn
@Stability(Stable) public CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder arn(ITemplateRef arn) Sets the value ofCfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of the source template of an analysis.- Returns:
this
-
dataSetReferences
@Stability(Stable) public CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder dataSetReferences(IResolvable dataSetReferences) - Parameters:
dataSetReferences- The dataset references of the source template of an analysis.- Returns:
this
-
dataSetReferences
@Stability(Stable) public CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty.Builder dataSetReferences(List<? extends Object> dataSetReferences) - Parameters:
dataSetReferences- The dataset references of the source template of an analysis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.AnalysisSourceTemplateProperty - Throws:
NullPointerException- if any required attribute was not provided
-