Class DatastreamStreamBackfillAllSqlServerExcludedObjects.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamBackfillAllSqlServerExcludedObjects.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamBackfillAllSqlServerExcludedObjects>
- Enclosing interface:
- DatastreamStreamBackfillAllSqlServerExcludedObjects
@Stability(Stable) public static final class DatastreamStreamBackfillAllSqlServerExcludedObjects.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamBackfillAllSqlServerExcludedObjects>
A builder forDatastreamStreamBackfillAllSqlServerExcludedObjects
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamStreamBackfillAllSqlServerExcludedObjectsbuild()Builds the configured instance.DatastreamStreamBackfillAllSqlServerExcludedObjects.Builderschemas(com.hashicorp.cdktf.IResolvable schemas)Sets the value ofDatastreamStreamBackfillAllSqlServerExcludedObjects.getSchemas()DatastreamStreamBackfillAllSqlServerExcludedObjects.Builderschemas(List<? extends DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas> schemas)Sets the value ofDatastreamStreamBackfillAllSqlServerExcludedObjects.getSchemas()
-
-
-
Method Detail
-
schemas
@Stability(Stable) public DatastreamStreamBackfillAllSqlServerExcludedObjects.Builder schemas(com.hashicorp.cdktf.IResolvable schemas)
Sets the value ofDatastreamStreamBackfillAllSqlServerExcludedObjects.getSchemas()- Parameters:
schemas- 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#schemas DatastreamStream#schemas}- Returns:
this
-
schemas
@Stability(Stable) public DatastreamStreamBackfillAllSqlServerExcludedObjects.Builder schemas(List<? extends DatastreamStreamBackfillAllSqlServerExcludedObjectsSchemas> schemas)
Sets the value ofDatastreamStreamBackfillAllSqlServerExcludedObjects.getSchemas()- Parameters:
schemas- 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#schemas DatastreamStream#schemas}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamBackfillAllSqlServerExcludedObjects build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamBackfillAllSqlServerExcludedObjects>- Returns:
- a new instance of
DatastreamStreamBackfillAllSqlServerExcludedObjects - Throws:
NullPointerException- if any required attribute was not provided
-
-