Class StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable
-
public final class StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable.Builder
builder()
static StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable.Builder
builder(StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable defaults)
java.util.List<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn>
oracleColumns()
java.lang.String
table()
-
-
-
Method Detail
-
oracleColumns
public java.util.List<StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTableOracleColumn> oracleColumns()
- Returns:
- Oracle 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 StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable.Builder builder()
-
builder
public static StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable.Builder builder(StreamBackfillAllOracleExcludedObjectsOracleSchemaOracleTable defaults)
-
-