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