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