Class StreamBackfillAll.Builder
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAll.Builder
-
- Enclosing class:
- StreamBackfillAll
public static final class StreamBackfillAll.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamBackfillAll defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamBackfillAll
build()
StreamBackfillAll.Builder
mysqlExcludedObjects(StreamBackfillAllMysqlExcludedObjects mysqlExcludedObjects)
StreamBackfillAll.Builder
oracleExcludedObjects(StreamBackfillAllOracleExcludedObjects oracleExcludedObjects)
StreamBackfillAll.Builder
postgresqlExcludedObjects(StreamBackfillAllPostgresqlExcludedObjects postgresqlExcludedObjects)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamBackfillAll defaults)
-
-
Method Detail
-
mysqlExcludedObjects
public StreamBackfillAll.Builder mysqlExcludedObjects(@Nullable StreamBackfillAllMysqlExcludedObjects mysqlExcludedObjects)
-
oracleExcludedObjects
public StreamBackfillAll.Builder oracleExcludedObjects(@Nullable StreamBackfillAllOracleExcludedObjects oracleExcludedObjects)
-
postgresqlExcludedObjects
public StreamBackfillAll.Builder postgresqlExcludedObjects(@Nullable StreamBackfillAllPostgresqlExcludedObjects postgresqlExcludedObjects)
-
build
public StreamBackfillAll build()
-
-