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