Class DatastreamStreamBackfillAllOracleExcludedObjects.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAllOracleExcludedObjects.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamBackfillAllOracleExcludedObjects>
- Enclosing interface:
- DatastreamStreamBackfillAllOracleExcludedObjects
@Stability(Stable) public static final class DatastreamStreamBackfillAllOracleExcludedObjects.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamBackfillAllOracleExcludedObjects>
A builder forDatastreamStreamBackfillAllOracleExcludedObjects
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamBackfillAllOracleExcludedObjectsbuild()Builds the configured instance.DatastreamStreamBackfillAllOracleExcludedObjects.BuilderoracleSchemas(com.hashicorp.cdktf.IResolvable oracleSchemas)Sets the value ofDatastreamStreamBackfillAllOracleExcludedObjects.getOracleSchemas()DatastreamStreamBackfillAllOracleExcludedObjects.BuilderoracleSchemas(List<? extends DatastreamStreamBackfillAllOracleExcludedObjectsOracleSchemas> oracleSchemas)Sets the value ofDatastreamStreamBackfillAllOracleExcludedObjects.getOracleSchemas()
-
-
-
Method Detail
-
oracleSchemas
@Stability(Stable) public DatastreamStreamBackfillAllOracleExcludedObjects.Builder oracleSchemas(com.hashicorp.cdktf.IResolvable oracleSchemas)
Sets the value ofDatastreamStreamBackfillAllOracleExcludedObjects.getOracleSchemas()- Parameters:
oracleSchemas- oracle_schemas block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_schemas DatastreamStream#oracle_schemas}- Returns:
this
-
oracleSchemas
@Stability(Stable) public DatastreamStreamBackfillAllOracleExcludedObjects.Builder oracleSchemas(List<? extends DatastreamStreamBackfillAllOracleExcludedObjectsOracleSchemas> oracleSchemas)
Sets the value ofDatastreamStreamBackfillAllOracleExcludedObjects.getOracleSchemas()- Parameters:
oracleSchemas- oracle_schemas block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#oracle_schemas DatastreamStream#oracle_schemas}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamBackfillAllOracleExcludedObjects build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamBackfillAllOracleExcludedObjects>- Returns:
- a new instance of
DatastreamStreamBackfillAllOracleExcludedObjects - Throws:
NullPointerException- if any required attribute was not provided
-
-