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