Class CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.TemplateSourceAnalysisProperty>
- Enclosing interface:
CfnTemplatePropsMixin.TemplateSourceAnalysisProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.TemplateSourceAnalysisProperty>
A builder for
CfnTemplatePropsMixin.TemplateSourceAnalysisProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTemplatePropsMixin.TemplateSourceAnalysisProperty.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 CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder arn(String arn) Sets the value ofCfnTemplatePropsMixin.TemplateSourceAnalysisProperty.getArn()- Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
this
-
dataSetReferences
@Stability(Stable) public CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder dataSetReferences(IResolvable dataSetReferences) - Parameters:
dataSetReferences- A structure containing information about the dataset references used as placeholders in the template.- Returns:
this
-
dataSetReferences
@Stability(Stable) public CfnTemplatePropsMixin.TemplateSourceAnalysisProperty.Builder dataSetReferences(List<? extends Object> dataSetReferences) - Parameters:
dataSetReferences- A structure containing information about the dataset references used as placeholders in the template.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.TemplateSourceAnalysisProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.TemplateSourceAnalysisProperty - Throws:
NullPointerException- if any required attribute was not provided
-