Class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable
-
public final class StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable.Builder
builder()
static StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable.Builder
builder(StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable defaults)
java.util.List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumn>
mysqlColumns()
java.lang.String
table()
-
-
-
Method Detail
-
mysqlColumns
public java.util.List<StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTableMysqlColumn> mysqlColumns()
- Returns:
- MySQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything. Structure is documented below.
-
table
public java.lang.String table()
- Returns:
- Table name.
-
builder
public static StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable.Builder builder()
-
builder
public static StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable.Builder builder(StreamBackfillAllMysqlExcludedObjectsMysqlDatabaseMysqlTable defaults)
-
-