Class QuicksightDashboardConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_dashboard.QuicksightDashboardConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightDashboardConfig>
- Enclosing interface:
- QuicksightDashboardConfig
@Stability(Stable) public static final class QuicksightDashboardConfig.Builder extends Object implements software.amazon.jsii.Builder<QuicksightDashboardConfig>
A builder forQuicksightDashboardConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dashboardId
@Stability(Stable) public QuicksightDashboardConfig.Builder dashboardId(String dashboardId)
Sets the value ofQuicksightDashboardConfig.getDashboardId()- Parameters:
dashboardId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#dashboard_id QuicksightDashboard#dashboard_id}. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public QuicksightDashboardConfig.Builder name(String name)
Sets the value ofQuicksightDashboardConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#name QuicksightDashboard#name}. This parameter is required.- Returns:
this
-
versionDescription
@Stability(Stable) public QuicksightDashboardConfig.Builder versionDescription(String versionDescription)
Sets the value ofQuicksightDashboardConfig.getVersionDescription()- Parameters:
versionDescription- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#version_description QuicksightDashboard#version_description}. This parameter is required.- Returns:
this
-
awsAccountId
@Stability(Stable) public QuicksightDashboardConfig.Builder awsAccountId(String awsAccountId)
Sets the value ofQuicksightDashboardConfig.getAwsAccountId()- Parameters:
awsAccountId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#aws_account_id QuicksightDashboard#aws_account_id}.- Returns:
this
-
dashboardPublishOptions
@Stability(Stable) public QuicksightDashboardConfig.Builder dashboardPublishOptions(QuicksightDashboardDashboardPublishOptions dashboardPublishOptions)
Sets the value ofQuicksightDashboardConfig.getDashboardPublishOptions()- Parameters:
dashboardPublishOptions- dashboard_publish_options block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#dashboard_publish_options QuicksightDashboard#dashboard_publish_options}- Returns:
this
-
definition
@Stability(Stable) public QuicksightDashboardConfig.Builder definition(Object definition)
Sets the value ofQuicksightDashboardConfig.getDefinition()- Parameters:
definition- definition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#definition QuicksightDashboard#definition}- Returns:
this
-
id
@Stability(Stable) public QuicksightDashboardConfig.Builder id(String id)
Sets the value ofQuicksightDashboardConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#id QuicksightDashboard#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
parameters
@Stability(Stable) public QuicksightDashboardConfig.Builder parameters(QuicksightDashboardParameters parameters)
Sets the value ofQuicksightDashboardConfig.getParameters()- Parameters:
parameters- parameters block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#parameters QuicksightDashboard#parameters}- Returns:
this
-
permissions
@Stability(Stable) public QuicksightDashboardConfig.Builder permissions(com.hashicorp.cdktf.IResolvable permissions)
Sets the value ofQuicksightDashboardConfig.getPermissions()- Parameters:
permissions- permissions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#permissions QuicksightDashboard#permissions}- Returns:
this
-
permissions
@Stability(Stable) public QuicksightDashboardConfig.Builder permissions(List<? extends QuicksightDashboardPermissions> permissions)
Sets the value ofQuicksightDashboardConfig.getPermissions()- Parameters:
permissions- permissions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#permissions QuicksightDashboard#permissions}- Returns:
this
-
sourceEntity
@Stability(Stable) public QuicksightDashboardConfig.Builder sourceEntity(QuicksightDashboardSourceEntity sourceEntity)
Sets the value ofQuicksightDashboardConfig.getSourceEntity()- Parameters:
sourceEntity- source_entity block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#source_entity QuicksightDashboard#source_entity}- Returns:
this
-
tags
@Stability(Stable) public QuicksightDashboardConfig.Builder tags(Map<String,String> tags)
Sets the value ofQuicksightDashboardConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#tags QuicksightDashboard#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public QuicksightDashboardConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofQuicksightDashboardConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#tags_all QuicksightDashboard#tags_all}.- Returns:
this
-
themeArn
@Stability(Stable) public QuicksightDashboardConfig.Builder themeArn(String themeArn)
Sets the value ofQuicksightDashboardConfig.getThemeArn()- Parameters:
themeArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#theme_arn QuicksightDashboard#theme_arn}.- Returns:
this
-
timeouts
@Stability(Stable) public QuicksightDashboardConfig.Builder timeouts(QuicksightDashboardTimeouts timeouts)
Sets the value ofQuicksightDashboardConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_dashboard#timeouts QuicksightDashboard#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public QuicksightDashboardConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public QuicksightDashboardConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public QuicksightDashboardConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public QuicksightDashboardConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public QuicksightDashboardConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public QuicksightDashboardConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public QuicksightDashboardConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public QuicksightDashboardConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public QuicksightDashboardConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public QuicksightDashboardConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightDashboardConfig>- Returns:
- a new instance of
QuicksightDashboardConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-