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