Class DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases>
- Enclosing interface:
- DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases
@Stability(Stable) public static final class DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabasesbuild()Builds the configured instance.DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builderdatabase(String database)DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.BuildermysqlTables(com.hashicorp.cdktf.IResolvable mysqlTables)DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.BuildermysqlTables(List<? extends DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabasesMysqlTables> mysqlTables)
-
-
-
Method Detail
-
database
@Stability(Stable) public DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder database(String database)
- Parameters:
database- Database name. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#database DatastreamStream#database}- Returns:
this
-
mysqlTables
@Stability(Stable) public DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder mysqlTables(com.hashicorp.cdktf.IResolvable mysqlTables)
- Parameters:
mysqlTables- mysql_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_tables DatastreamStream#mysql_tables}- Returns:
this
-
mysqlTables
@Stability(Stable) public DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases.Builder mysqlTables(List<? extends DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabasesMysqlTables> mysqlTables)
- Parameters:
mysqlTables- mysql_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#mysql_tables DatastreamStream#mysql_tables}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases>- Returns:
- a new instance of
DatastreamStreamBackfillAllMysqlExcludedObjectsMysqlDatabases - Throws:
NullPointerException- if any required attribute was not provided
-
-