Class StreamBackfillAllPostgresqlExcludedObjects.Builder
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAllPostgresqlExcludedObjects.Builder
-
- Enclosing class:
- StreamBackfillAllPostgresqlExcludedObjects
public static final class StreamBackfillAllPostgresqlExcludedObjects.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamBackfillAllPostgresqlExcludedObjects defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamBackfillAllPostgresqlExcludedObjects
build()
StreamBackfillAllPostgresqlExcludedObjects.Builder
postgresqlSchemas(StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema... postgresqlSchemas)
StreamBackfillAllPostgresqlExcludedObjects.Builder
postgresqlSchemas(java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema> postgresqlSchemas)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamBackfillAllPostgresqlExcludedObjects defaults)
-
-
Method Detail
-
postgresqlSchemas
public StreamBackfillAllPostgresqlExcludedObjects.Builder postgresqlSchemas(java.util.List<StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema> postgresqlSchemas)
-
postgresqlSchemas
public StreamBackfillAllPostgresqlExcludedObjects.Builder postgresqlSchemas(StreamBackfillAllPostgresqlExcludedObjectsPostgresqlSchema... postgresqlSchemas)
-
build
public StreamBackfillAllPostgresqlExcludedObjects build()
-
-