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