Class QuicksightDashboardSourceEntity.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_dashboard.QuicksightDashboardSourceEntity.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDashboardSourceEntity>
- Enclosing interface:
- QuicksightDashboardSourceEntity
@Stability(Stable) public static final class QuicksightDashboardSourceEntity.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDashboardSourceEntity>
A builder forQuicksightDashboardSourceEntity
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightDashboardSourceEntitybuild()Builds the configured instance.QuicksightDashboardSourceEntity.BuildersourceTemplate(QuicksightDashboardSourceEntitySourceTemplate sourceTemplate)Sets the value ofQuicksightDashboardSourceEntity.getSourceTemplate()
-
-
-
Method Detail
-
sourceTemplate
@Stability(Stable) public QuicksightDashboardSourceEntity.Builder sourceTemplate(QuicksightDashboardSourceEntitySourceTemplate sourceTemplate)
Sets the value ofQuicksightDashboardSourceEntity.getSourceTemplate()- Parameters:
sourceTemplate- source_template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#source_template QuicksightDashboard#source_template}- Returns:
this
-
build
@Stability(Stable) public QuicksightDashboardSourceEntity build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDashboardSourceEntity>- Returns:
- a new instance of
QuicksightDashboardSourceEntity - Throws:
NullPointerException- if any required attribute was not provided
-
-