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