Class DatastreamStreamBackfillAll.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAll.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamBackfillAll>
- Enclosing interface:
- DatastreamStreamBackfillAll
@Stability(Stable) public static final class DatastreamStreamBackfillAll.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamBackfillAll>
A builder forDatastreamStreamBackfillAll
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamBackfillAllbuild()Builds the configured instance.DatastreamStreamBackfillAll.BuildermysqlExcludedObjects(DatastreamStreamBackfillAllMysqlExcludedObjects mysqlExcludedObjects)Sets the value ofDatastreamStreamBackfillAll.getMysqlExcludedObjects()DatastreamStreamBackfillAll.BuilderoracleExcludedObjects(DatastreamStreamBackfillAllOracleExcludedObjects oracleExcludedObjects)Sets the value ofDatastreamStreamBackfillAll.getOracleExcludedObjects()DatastreamStreamBackfillAll.BuilderpostgresqlExcludedObjects(DatastreamStreamBackfillAllPostgresqlExcludedObjects postgresqlExcludedObjects)Sets the value ofDatastreamStreamBackfillAll.getPostgresqlExcludedObjects()DatastreamStreamBackfillAll.BuildersqlServerExcludedObjects(DatastreamStreamBackfillAllSqlServerExcludedObjects sqlServerExcludedObjects)Sets the value ofDatastreamStreamBackfillAll.getSqlServerExcludedObjects()
-
-
-
Method Detail
-
mysqlExcludedObjects
@Stability(Stable) public DatastreamStreamBackfillAll.Builder mysqlExcludedObjects(DatastreamStreamBackfillAllMysqlExcludedObjects mysqlExcludedObjects)
Sets the value ofDatastreamStreamBackfillAll.getMysqlExcludedObjects()- Parameters:
mysqlExcludedObjects- mysql_excluded_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_excluded_objects DatastreamStream#mysql_excluded_objects}- Returns:
this
-
oracleExcludedObjects
@Stability(Stable) public DatastreamStreamBackfillAll.Builder oracleExcludedObjects(DatastreamStreamBackfillAllOracleExcludedObjects oracleExcludedObjects)
Sets the value ofDatastreamStreamBackfillAll.getOracleExcludedObjects()- Parameters:
oracleExcludedObjects- oracle_excluded_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_excluded_objects DatastreamStream#oracle_excluded_objects}- Returns:
this
-
postgresqlExcludedObjects
@Stability(Stable) public DatastreamStreamBackfillAll.Builder postgresqlExcludedObjects(DatastreamStreamBackfillAllPostgresqlExcludedObjects postgresqlExcludedObjects)
Sets the value ofDatastreamStreamBackfillAll.getPostgresqlExcludedObjects()- Parameters:
postgresqlExcludedObjects- postgresql_excluded_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_excluded_objects DatastreamStream#postgresql_excluded_objects}- Returns:
this
-
sqlServerExcludedObjects
@Stability(Stable) public DatastreamStreamBackfillAll.Builder sqlServerExcludedObjects(DatastreamStreamBackfillAllSqlServerExcludedObjects sqlServerExcludedObjects)
Sets the value ofDatastreamStreamBackfillAll.getSqlServerExcludedObjects()- Parameters:
sqlServerExcludedObjects- sql_server_excluded_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#sql_server_excluded_objects DatastreamStream#sql_server_excluded_objects}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamBackfillAll build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamBackfillAll>- Returns:
- a new instance of
DatastreamStreamBackfillAll - Throws:
NullPointerException- if any required attribute was not provided
-
-