Class DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas>
- Enclosing interface:
- DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas
@Stability(Stable) public static final class DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemasbuild()Builds the configured instance.DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.BuilderpostgresqlTables(com.hashicorp.cdktf.IResolvable postgresqlTables)DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.BuilderpostgresqlTables(List<? extends DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemasPostgresqlTables> postgresqlTables)DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builderschema(String schema)
-
-
-
Method Detail
-
schema
@Stability(Stable) public DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder schema(String schema)
Sets the value ofDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.getSchema()- 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 DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder postgresqlTables(com.hashicorp.cdktf.IResolvable postgresqlTables)
Sets the value ofDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.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 DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.Builder postgresqlTables(List<? extends DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemasPostgresqlTables> postgresqlTables)
Sets the value ofDatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas.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 DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas>- Returns:
- a new instance of
DatastreamStreamSourceConfigPostgresqlSourceConfigExcludeObjectsPostgresqlSchemas - Throws:
NullPointerException- if any required attribute was not provided
-
-