Class StreamBackfillAllMysqlExcludedObjectsMysqlDatabase
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAllMysqlExcludedObjectsMysqlDatabase
-
public final class StreamBackfillAllMysqlExcludedObjectsMysqlDatabase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamBackfillAllMysqlExcludedObjectsMysqlDatabase.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamBackfillAllMysqlExcludedObjectsMysqlDatabase.Builder
builder()
static StreamBackfillAllMysqlExcludedObjectsMysqlDatabase.Builder
builder(StreamBackfillAllMysqlExcludedObjectsMysqlDatabase defaults)
java.lang.String
database()
java.util.List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable>
mysqlTables()
-
-
-
Method Detail
-
database
public java.lang.String database()
- Returns:
- Database name.
-
mysqlTables
public java.util.List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable> mysqlTables()
- Returns:
- Tables in the database. Structure is documented below.
-
builder
public static StreamBackfillAllMysqlExcludedObjectsMysqlDatabase.Builder builder()
-
builder
public static StreamBackfillAllMysqlExcludedObjectsMysqlDatabase.Builder builder(StreamBackfillAllMysqlExcludedObjectsMysqlDatabase defaults)
-
-