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