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