Class DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas>
- Enclosing interface:
- DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas
@Stability(Stable) public static final class DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemasbuild()Builds the configured instance.DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.BuilderpostgresqlTables(com.hashicorp.cdktf.IResolvable postgresqlTables)DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.BuilderpostgresqlTables(List<? extends DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemasPostgresqlTables> postgresqlTables)DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builderschema(String schema)
-
-
-
Method Detail
-
schema
@Stability(Stable) public DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder schema(String schema)
- Parameters:
schema- 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#schema DatastreamStream#schema}- Returns:
this
-
postgresqlTables
@Stability(Stable) public DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder postgresqlTables(com.hashicorp.cdktf.IResolvable postgresqlTables)
Sets the value ofDatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.getPostgresqlTables()- Parameters:
postgresqlTables- postgresql_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_tables DatastreamStream#postgresql_tables}- Returns:
this
-
postgresqlTables
@Stability(Stable) public DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.Builder postgresqlTables(List<? extends DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemasPostgresqlTables> postgresqlTables)
Sets the value ofDatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas.getPostgresqlTables()- Parameters:
postgresqlTables- postgresql_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#postgresql_tables DatastreamStream#postgresql_tables}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas>- Returns:
- a new instance of
DatastreamStreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchemas - Throws:
NullPointerException- if any required attribute was not provided
-
-