Class QuicksightIngestionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.quicksight_ingestion.QuicksightIngestionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<QuicksightIngestionConfig>
- Enclosing interface:
- QuicksightIngestionConfig
@Stability(Stable) public static final class QuicksightIngestionConfig.Builder extends Object implements software.amazon.jsii.Builder<QuicksightIngestionConfig>
A builder forQuicksightIngestionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuicksightIngestionConfig.BuilderawsAccountId(String awsAccountId)Sets the value ofQuicksightIngestionConfig.getAwsAccountId()QuicksightIngestionConfigbuild()Builds the configured instance.QuicksightIngestionConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()QuicksightIngestionConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()QuicksightIngestionConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()QuicksightIngestionConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()QuicksightIngestionConfig.BuilderdataSetId(String dataSetId)Sets the value ofQuicksightIngestionConfig.getDataSetId()QuicksightIngestionConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()QuicksightIngestionConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()QuicksightIngestionConfig.BuilderingestionId(String ingestionId)Sets the value ofQuicksightIngestionConfig.getIngestionId()QuicksightIngestionConfig.BuilderingestionType(String ingestionType)Sets the value ofQuicksightIngestionConfig.getIngestionType()QuicksightIngestionConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()QuicksightIngestionConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()QuicksightIngestionConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()
-
-
-
Method Detail
-
dataSetId
@Stability(Stable) public QuicksightIngestionConfig.Builder dataSetId(String dataSetId)
Sets the value ofQuicksightIngestionConfig.getDataSetId()- Parameters:
dataSetId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_ingestion#data_set_id QuicksightIngestion#data_set_id}. This parameter is required.- Returns:
this
-
ingestionId
@Stability(Stable) public QuicksightIngestionConfig.Builder ingestionId(String ingestionId)
Sets the value ofQuicksightIngestionConfig.getIngestionId()- Parameters:
ingestionId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_ingestion#ingestion_id QuicksightIngestion#ingestion_id}. This parameter is required.- Returns:
this
-
ingestionType
@Stability(Stable) public QuicksightIngestionConfig.Builder ingestionType(String ingestionType)
Sets the value ofQuicksightIngestionConfig.getIngestionType()- Parameters:
ingestionType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_ingestion#ingestion_type QuicksightIngestion#ingestion_type}. This parameter is required.- Returns:
this
-
awsAccountId
@Stability(Stable) public QuicksightIngestionConfig.Builder awsAccountId(String awsAccountId)
Sets the value ofQuicksightIngestionConfig.getAwsAccountId()- Parameters:
awsAccountId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/quicksight_ingestion#aws_account_id QuicksightIngestion#aws_account_id}.- Returns:
this
-
connection
@Stability(Experimental) public QuicksightIngestionConfig.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 QuicksightIngestionConfig.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 QuicksightIngestionConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public QuicksightIngestionConfig.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 QuicksightIngestionConfig.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 QuicksightIngestionConfig.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 QuicksightIngestionConfig.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 QuicksightIngestionConfig.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 QuicksightIngestionConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public QuicksightIngestionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<QuicksightIngestionConfig>- Returns:
- a new instance of
QuicksightIngestionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-