Class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder
-
public static final class StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema
build()
StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder
postgresqlTables(StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable... postgresqlTables)
StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder
postgresqlTables(java.util.List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable> postgresqlTables)
StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder
schema(java.lang.String schema)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema defaults)
-
-
Method Detail
-
postgresqlTables
public StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder postgresqlTables(@Nullable java.util.List<StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable> postgresqlTables)
-
postgresqlTables
public StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder postgresqlTables(StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchemaPostgresqlTable... postgresqlTables)
-
schema
public StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema.Builder schema(java.lang.String schema)
-
build
public StreamSourceConfigPostgresqlSourceConfigIncludeObjectsPostgresqlSchema build()
-
-