Class RdsClusterConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • engine

        @Stability(Stable)
        public RdsClusterConfig.Builder engine​(String engine)
        Parameters:
        engine - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine RdsCluster#engine}. This parameter is required.
        Returns:
        this
      • allocatedStorage

        @Stability(Stable)
        public RdsClusterConfig.Builder allocatedStorage​(Number allocatedStorage)
        Parameters:
        allocatedStorage - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allocated_storage RdsCluster#allocated_storage}.
        Returns:
        this
      • allowMajorVersionUpgrade

        @Stability(Stable)
        public RdsClusterConfig.Builder allowMajorVersionUpgrade​(Boolean allowMajorVersionUpgrade)
        Parameters:
        allowMajorVersionUpgrade - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allow_major_version_upgrade RdsCluster#allow_major_version_upgrade}.
        Returns:
        this
      • allowMajorVersionUpgrade

        @Stability(Stable)
        public RdsClusterConfig.Builder allowMajorVersionUpgrade​(com.hashicorp.cdktf.IResolvable allowMajorVersionUpgrade)
        Parameters:
        allowMajorVersionUpgrade - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#allow_major_version_upgrade RdsCluster#allow_major_version_upgrade}.
        Returns:
        this
      • applyImmediately

        @Stability(Stable)
        public RdsClusterConfig.Builder applyImmediately​(Boolean applyImmediately)
        Parameters:
        applyImmediately - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#apply_immediately RdsCluster#apply_immediately}.
        Returns:
        this
      • applyImmediately

        @Stability(Stable)
        public RdsClusterConfig.Builder applyImmediately​(com.hashicorp.cdktf.IResolvable applyImmediately)
        Parameters:
        applyImmediately - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#apply_immediately RdsCluster#apply_immediately}.
        Returns:
        this
      • availabilityZones

        @Stability(Stable)
        public RdsClusterConfig.Builder availabilityZones​(List<String> availabilityZones)
        Parameters:
        availabilityZones - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#availability_zones RdsCluster#availability_zones}.
        Returns:
        this
      • backtrackWindow

        @Stability(Stable)
        public RdsClusterConfig.Builder backtrackWindow​(Number backtrackWindow)
        Parameters:
        backtrackWindow - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backtrack_window RdsCluster#backtrack_window}.
        Returns:
        this
      • backupRetentionPeriod

        @Stability(Stable)
        public RdsClusterConfig.Builder backupRetentionPeriod​(Number backupRetentionPeriod)
        Parameters:
        backupRetentionPeriod - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#backup_retention_period RdsCluster#backup_retention_period}.
        Returns:
        this
      • clusterIdentifier

        @Stability(Stable)
        public RdsClusterConfig.Builder clusterIdentifier​(String clusterIdentifier)
        Parameters:
        clusterIdentifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier RdsCluster#cluster_identifier}.
        Returns:
        this
      • clusterIdentifierPrefix

        @Stability(Stable)
        public RdsClusterConfig.Builder clusterIdentifierPrefix​(String clusterIdentifierPrefix)
        Parameters:
        clusterIdentifierPrefix - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_identifier_prefix RdsCluster#cluster_identifier_prefix}.
        Returns:
        this
      • clusterMembers

        @Stability(Stable)
        public RdsClusterConfig.Builder clusterMembers​(List<String> clusterMembers)
        Parameters:
        clusterMembers - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#cluster_members RdsCluster#cluster_members}.
        Returns:
        this
      • copyTagsToSnapshot

        @Stability(Stable)
        public RdsClusterConfig.Builder copyTagsToSnapshot​(Boolean copyTagsToSnapshot)
        Parameters:
        copyTagsToSnapshot - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#copy_tags_to_snapshot RdsCluster#copy_tags_to_snapshot}.
        Returns:
        this
      • copyTagsToSnapshot

        @Stability(Stable)
        public RdsClusterConfig.Builder copyTagsToSnapshot​(com.hashicorp.cdktf.IResolvable copyTagsToSnapshot)
        Parameters:
        copyTagsToSnapshot - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#copy_tags_to_snapshot RdsCluster#copy_tags_to_snapshot}.
        Returns:
        this
      • databaseName

        @Stability(Stable)
        public RdsClusterConfig.Builder databaseName​(String databaseName)
        Parameters:
        databaseName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#database_name RdsCluster#database_name}.
        Returns:
        this
      • dbClusterInstanceClass

        @Stability(Stable)
        public RdsClusterConfig.Builder dbClusterInstanceClass​(String dbClusterInstanceClass)
        Parameters:
        dbClusterInstanceClass - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_instance_class RdsCluster#db_cluster_instance_class}.
        Returns:
        this
      • dbClusterParameterGroupName

        @Stability(Stable)
        public RdsClusterConfig.Builder dbClusterParameterGroupName​(String dbClusterParameterGroupName)
        Parameters:
        dbClusterParameterGroupName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_cluster_parameter_group_name RdsCluster#db_cluster_parameter_group_name}.
        Returns:
        this
      • dbInstanceParameterGroupName

        @Stability(Stable)
        public RdsClusterConfig.Builder dbInstanceParameterGroupName​(String dbInstanceParameterGroupName)
        Parameters:
        dbInstanceParameterGroupName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_instance_parameter_group_name RdsCluster#db_instance_parameter_group_name}.
        Returns:
        this
      • dbSubnetGroupName

        @Stability(Stable)
        public RdsClusterConfig.Builder dbSubnetGroupName​(String dbSubnetGroupName)
        Parameters:
        dbSubnetGroupName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#db_subnet_group_name RdsCluster#db_subnet_group_name}.
        Returns:
        this
      • deletionProtection

        @Stability(Stable)
        public RdsClusterConfig.Builder deletionProtection​(Boolean deletionProtection)
        Parameters:
        deletionProtection - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#deletion_protection RdsCluster#deletion_protection}.
        Returns:
        this
      • deletionProtection

        @Stability(Stable)
        public RdsClusterConfig.Builder deletionProtection​(com.hashicorp.cdktf.IResolvable deletionProtection)
        Parameters:
        deletionProtection - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#deletion_protection RdsCluster#deletion_protection}.
        Returns:
        this
      • enabledCloudwatchLogsExports

        @Stability(Stable)
        public RdsClusterConfig.Builder enabledCloudwatchLogsExports​(List<String> enabledCloudwatchLogsExports)
        Parameters:
        enabledCloudwatchLogsExports - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enabled_cloudwatch_logs_exports RdsCluster#enabled_cloudwatch_logs_exports}.
        Returns:
        this
      • enableGlobalWriteForwarding

        @Stability(Stable)
        public RdsClusterConfig.Builder enableGlobalWriteForwarding​(Boolean enableGlobalWriteForwarding)
        Parameters:
        enableGlobalWriteForwarding - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_global_write_forwarding RdsCluster#enable_global_write_forwarding}.
        Returns:
        this
      • enableGlobalWriteForwarding

        @Stability(Stable)
        public RdsClusterConfig.Builder enableGlobalWriteForwarding​(com.hashicorp.cdktf.IResolvable enableGlobalWriteForwarding)
        Parameters:
        enableGlobalWriteForwarding - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_global_write_forwarding RdsCluster#enable_global_write_forwarding}.
        Returns:
        this
      • enableHttpEndpoint

        @Stability(Stable)
        public RdsClusterConfig.Builder enableHttpEndpoint​(Boolean enableHttpEndpoint)
        Parameters:
        enableHttpEndpoint - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_http_endpoint RdsCluster#enable_http_endpoint}.
        Returns:
        this
      • enableHttpEndpoint

        @Stability(Stable)
        public RdsClusterConfig.Builder enableHttpEndpoint​(com.hashicorp.cdktf.IResolvable enableHttpEndpoint)
        Parameters:
        enableHttpEndpoint - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#enable_http_endpoint RdsCluster#enable_http_endpoint}.
        Returns:
        this
      • engineMode

        @Stability(Stable)
        public RdsClusterConfig.Builder engineMode​(String engineMode)
        Parameters:
        engineMode - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_mode RdsCluster#engine_mode}.
        Returns:
        this
      • engineVersion

        @Stability(Stable)
        public RdsClusterConfig.Builder engineVersion​(String engineVersion)
        Parameters:
        engineVersion - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#engine_version RdsCluster#engine_version}.
        Returns:
        this
      • finalSnapshotIdentifier

        @Stability(Stable)
        public RdsClusterConfig.Builder finalSnapshotIdentifier​(String finalSnapshotIdentifier)
        Parameters:
        finalSnapshotIdentifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#final_snapshot_identifier RdsCluster#final_snapshot_identifier}.
        Returns:
        this
      • globalClusterIdentifier

        @Stability(Stable)
        public RdsClusterConfig.Builder globalClusterIdentifier​(String globalClusterIdentifier)
        Parameters:
        globalClusterIdentifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#global_cluster_identifier RdsCluster#global_cluster_identifier}.
        Returns:
        this
      • iamDatabaseAuthenticationEnabled

        @Stability(Stable)
        public RdsClusterConfig.Builder iamDatabaseAuthenticationEnabled​(Boolean iamDatabaseAuthenticationEnabled)
        Parameters:
        iamDatabaseAuthenticationEnabled - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_database_authentication_enabled RdsCluster#iam_database_authentication_enabled}.
        Returns:
        this
      • iamDatabaseAuthenticationEnabled

        @Stability(Stable)
        public RdsClusterConfig.Builder iamDatabaseAuthenticationEnabled​(com.hashicorp.cdktf.IResolvable iamDatabaseAuthenticationEnabled)
        Parameters:
        iamDatabaseAuthenticationEnabled - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_database_authentication_enabled RdsCluster#iam_database_authentication_enabled}.
        Returns:
        this
      • iamRoles

        @Stability(Stable)
        public RdsClusterConfig.Builder iamRoles​(List<String> iamRoles)
        Parameters:
        iamRoles - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iam_roles RdsCluster#iam_roles}.
        Returns:
        this
      • id

        @Stability(Stable)
        public RdsClusterConfig.Builder id​(String id)
        Sets the value of RdsClusterConfig.getId()
        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#id RdsCluster#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
      • iops

        @Stability(Stable)
        public RdsClusterConfig.Builder iops​(Number iops)
        Sets the value of RdsClusterConfig.getIops()
        Parameters:
        iops - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#iops RdsCluster#iops}.
        Returns:
        this
      • kmsKeyId

        @Stability(Stable)
        public RdsClusterConfig.Builder kmsKeyId​(String kmsKeyId)
        Parameters:
        kmsKeyId - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#kms_key_id RdsCluster#kms_key_id}.
        Returns:
        this
      • manageMasterUserPassword

        @Stability(Stable)
        public RdsClusterConfig.Builder manageMasterUserPassword​(Boolean manageMasterUserPassword)
        Parameters:
        manageMasterUserPassword - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#manage_master_user_password RdsCluster#manage_master_user_password}.
        Returns:
        this
      • manageMasterUserPassword

        @Stability(Stable)
        public RdsClusterConfig.Builder manageMasterUserPassword​(com.hashicorp.cdktf.IResolvable manageMasterUserPassword)
        Parameters:
        manageMasterUserPassword - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#manage_master_user_password RdsCluster#manage_master_user_password}.
        Returns:
        this
      • masterPassword

        @Stability(Stable)
        public RdsClusterConfig.Builder masterPassword​(String masterPassword)
        Parameters:
        masterPassword - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_password RdsCluster#master_password}.
        Returns:
        this
      • masterUsername

        @Stability(Stable)
        public RdsClusterConfig.Builder masterUsername​(String masterUsername)
        Parameters:
        masterUsername - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_username RdsCluster#master_username}.
        Returns:
        this
      • masterUserSecretKmsKeyId

        @Stability(Stable)
        public RdsClusterConfig.Builder masterUserSecretKmsKeyId​(String masterUserSecretKmsKeyId)
        Parameters:
        masterUserSecretKmsKeyId - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#master_user_secret_kms_key_id RdsCluster#master_user_secret_kms_key_id}.
        Returns:
        this
      • networkType

        @Stability(Stable)
        public RdsClusterConfig.Builder networkType​(String networkType)
        Parameters:
        networkType - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#network_type RdsCluster#network_type}.
        Returns:
        this
      • port

        @Stability(Stable)
        public RdsClusterConfig.Builder port​(Number port)
        Sets the value of RdsClusterConfig.getPort()
        Parameters:
        port - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#port RdsCluster#port}.
        Returns:
        this
      • preferredBackupWindow

        @Stability(Stable)
        public RdsClusterConfig.Builder preferredBackupWindow​(String preferredBackupWindow)
        Parameters:
        preferredBackupWindow - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_backup_window RdsCluster#preferred_backup_window}.
        Returns:
        this
      • preferredMaintenanceWindow

        @Stability(Stable)
        public RdsClusterConfig.Builder preferredMaintenanceWindow​(String preferredMaintenanceWindow)
        Parameters:
        preferredMaintenanceWindow - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#preferred_maintenance_window RdsCluster#preferred_maintenance_window}.
        Returns:
        this
      • replicationSourceIdentifier

        @Stability(Stable)
        public RdsClusterConfig.Builder replicationSourceIdentifier​(String replicationSourceIdentifier)
        Parameters:
        replicationSourceIdentifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#replication_source_identifier RdsCluster#replication_source_identifier}.
        Returns:
        this
      • s3Import

        @Stability(Stable)
        public RdsClusterConfig.Builder s3Import​(RdsClusterS3Import s3Import)
        Parameters:
        s3Import - s3_import block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#s3_import RdsCluster#s3_import}
        Returns:
        this
      • skipFinalSnapshot

        @Stability(Stable)
        public RdsClusterConfig.Builder skipFinalSnapshot​(Boolean skipFinalSnapshot)
        Parameters:
        skipFinalSnapshot - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#skip_final_snapshot RdsCluster#skip_final_snapshot}.
        Returns:
        this
      • skipFinalSnapshot

        @Stability(Stable)
        public RdsClusterConfig.Builder skipFinalSnapshot​(com.hashicorp.cdktf.IResolvable skipFinalSnapshot)
        Parameters:
        skipFinalSnapshot - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#skip_final_snapshot RdsCluster#skip_final_snapshot}.
        Returns:
        this
      • snapshotIdentifier

        @Stability(Stable)
        public RdsClusterConfig.Builder snapshotIdentifier​(String snapshotIdentifier)
        Parameters:
        snapshotIdentifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#snapshot_identifier RdsCluster#snapshot_identifier}.
        Returns:
        this
      • sourceRegion

        @Stability(Stable)
        public RdsClusterConfig.Builder sourceRegion​(String sourceRegion)
        Parameters:
        sourceRegion - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_region RdsCluster#source_region}.
        Returns:
        this
      • storageEncrypted

        @Stability(Stable)
        public RdsClusterConfig.Builder storageEncrypted​(Boolean storageEncrypted)
        Parameters:
        storageEncrypted - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_encrypted RdsCluster#storage_encrypted}.
        Returns:
        this
      • storageEncrypted

        @Stability(Stable)
        public RdsClusterConfig.Builder storageEncrypted​(com.hashicorp.cdktf.IResolvable storageEncrypted)
        Parameters:
        storageEncrypted - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_encrypted RdsCluster#storage_encrypted}.
        Returns:
        this
      • storageType

        @Stability(Stable)
        public RdsClusterConfig.Builder storageType​(String storageType)
        Parameters:
        storageType - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#storage_type RdsCluster#storage_type}.
        Returns:
        this
      • tagsAll

        @Stability(Stable)
        public RdsClusterConfig.Builder tagsAll​(Map<String,​String> tagsAll)
        Parameters:
        tagsAll - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#tags_all RdsCluster#tags_all}.
        Returns:
        this
      • vpcSecurityGroupIds

        @Stability(Stable)
        public RdsClusterConfig.Builder vpcSecurityGroupIds​(List<String> vpcSecurityGroupIds)
        Parameters:
        vpcSecurityGroupIds - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#vpc_security_group_ids RdsCluster#vpc_security_group_ids}.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public RdsClusterConfig.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public RdsClusterConfig.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public RdsClusterConfig.Builder count​(Number count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public RdsClusterConfig.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public RdsClusterConfig.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Sets the value of TerraformMetaArguments.getDependsOn()
        Parameters:
        dependsOn - the value to be set.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public RdsClusterConfig.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Sets the value of TerraformMetaArguments.getForEach()
        Parameters:
        forEach - the value to be set.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public RdsClusterConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Sets the value of TerraformMetaArguments.getLifecycle()
        Parameters:
        lifecycle - the value to be set.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public RdsClusterConfig.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Sets the value of TerraformMetaArguments.getProvider()
        Parameters:
        provider - the value to be set.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public RdsClusterConfig.Builder provisioners​(List<? extends Object> provisioners)
        Sets the value of TerraformMetaArguments.getProvisioners()
        Parameters:
        provisioners - the value to be set.
        Returns:
        this