Class StreamBackfillAllOracleExcludedObjects
- java.lang.Object
-
- com.pulumi.gcp.datastream.outputs.StreamBackfillAllOracleExcludedObjects
-
public final class StreamBackfillAllOracleExcludedObjects extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamBackfillAllOracleExcludedObjects.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamBackfillAllOracleExcludedObjects.Builder
builder()
static StreamBackfillAllOracleExcludedObjects.Builder
builder(StreamBackfillAllOracleExcludedObjects defaults)
java.util.List<StreamBackfillAllOracleExcludedObjectsOracleSchema>
oracleSchemas()
-
-
-
Method Detail
-
oracleSchemas
public java.util.List<StreamBackfillAllOracleExcludedObjectsOracleSchema> oracleSchemas()
- Returns:
- Oracle schemas/databases in the database server Structure is documented below.
-
builder
public static StreamBackfillAllOracleExcludedObjects.Builder builder()
-
builder
public static StreamBackfillAllOracleExcludedObjects.Builder builder(StreamBackfillAllOracleExcludedObjects defaults)
-
-