Class QuicksightDashboardSourceEntitySourceTemplate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_dashboard.QuicksightDashboardSourceEntitySourceTemplate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDashboardSourceEntitySourceTemplate>
- Enclosing interface:
- QuicksightDashboardSourceEntitySourceTemplate
@Stability(Stable) public static final class QuicksightDashboardSourceEntitySourceTemplate.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDashboardSourceEntitySourceTemplate>
A builder forQuicksightDashboardSourceEntitySourceTemplate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDashboardSourceEntitySourceTemplate.Builderarn(String arn)Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getArn()QuicksightDashboardSourceEntitySourceTemplatebuild()Builds the configured instance.QuicksightDashboardSourceEntitySourceTemplate.BuilderdataSetReferences(com.hashicorp.cdktf.IResolvable dataSetReferences)Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getDataSetReferences()QuicksightDashboardSourceEntitySourceTemplate.BuilderdataSetReferences(List<? extends QuicksightDashboardSourceEntitySourceTemplateDataSetReferences> dataSetReferences)Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getDataSetReferences()
-
-
-
Method Detail
-
arn
@Stability(Stable) public QuicksightDashboardSourceEntitySourceTemplate.Builder arn(String arn)
Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getArn()- Parameters:
arn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#arn QuicksightDashboard#arn}. This parameter is required.- Returns:
this
-
dataSetReferences
@Stability(Stable) public QuicksightDashboardSourceEntitySourceTemplate.Builder dataSetReferences(com.hashicorp.cdktf.IResolvable dataSetReferences)
Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getDataSetReferences()- Parameters:
dataSetReferences- data_set_references block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_references QuicksightDashboard#data_set_references}- Returns:
this
-
dataSetReferences
@Stability(Stable) public QuicksightDashboardSourceEntitySourceTemplate.Builder dataSetReferences(List<? extends QuicksightDashboardSourceEntitySourceTemplateDataSetReferences> dataSetReferences)
Sets the value ofQuicksightDashboardSourceEntitySourceTemplate.getDataSetReferences()- Parameters:
dataSetReferences- data_set_references block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#data_set_references QuicksightDashboard#data_set_references}- Returns:
this
-
build
@Stability(Stable) public QuicksightDashboardSourceEntitySourceTemplate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDashboardSourceEntitySourceTemplate>- Returns:
- a new instance of
QuicksightDashboardSourceEntitySourceTemplate - Throws:
NullPointerException- if any required attribute was not provided
-
-