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