Class DatastreamStreamSourceConfigOracleSourceConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamSourceConfigOracleSourceConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamStreamSourceConfigOracleSourceConfig>
- Enclosing interface:
- DatastreamStreamSourceConfigOracleSourceConfig
@Stability(Stable) public static final class DatastreamStreamSourceConfigOracleSourceConfig.Builder extends Object implements software.amazon.jsii.Builder<DatastreamStreamSourceConfigOracleSourceConfig>
A builder forDatastreamStreamSourceConfigOracleSourceConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dropLargeObjects
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder dropLargeObjects(DatastreamStreamSourceConfigOracleSourceConfigDropLargeObjects dropLargeObjects)
Sets the value ofDatastreamStreamSourceConfigOracleSourceConfig.getDropLargeObjects()- Parameters:
dropLargeObjects- drop_large_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#drop_large_objects DatastreamStream#drop_large_objects}- Returns:
this
-
excludeObjects
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder excludeObjects(DatastreamStreamSourceConfigOracleSourceConfigExcludeObjects excludeObjects)
Sets the value ofDatastreamStreamSourceConfigOracleSourceConfig.getExcludeObjects()- Parameters:
excludeObjects- exclude_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#exclude_objects DatastreamStream#exclude_objects}- Returns:
this
-
includeObjects
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder includeObjects(DatastreamStreamSourceConfigOracleSourceConfigIncludeObjects includeObjects)
Sets the value ofDatastreamStreamSourceConfigOracleSourceConfig.getIncludeObjects()- Parameters:
includeObjects- include_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#include_objects DatastreamStream#include_objects}- Returns:
this
-
maxConcurrentBackfillTasks
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder maxConcurrentBackfillTasks(Number maxConcurrentBackfillTasks)
- Parameters:
maxConcurrentBackfillTasks- Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#max_concurrent_backfill_tasks DatastreamStream#max_concurrent_backfill_tasks}- Returns:
this
-
maxConcurrentCdcTasks
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder maxConcurrentCdcTasks(Number maxConcurrentCdcTasks)
- Parameters:
maxConcurrentCdcTasks- Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#max_concurrent_cdc_tasks DatastreamStream#max_concurrent_cdc_tasks}- Returns:
this
-
streamLargeObjects
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig.Builder streamLargeObjects(DatastreamStreamSourceConfigOracleSourceConfigStreamLargeObjects streamLargeObjects)
Sets the value ofDatastreamStreamSourceConfigOracleSourceConfig.getStreamLargeObjects()- Parameters:
streamLargeObjects- stream_large_objects block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#stream_large_objects DatastreamStream#stream_large_objects}- Returns:
this
-
build
@Stability(Stable) public DatastreamStreamSourceConfigOracleSourceConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamStreamSourceConfigOracleSourceConfig>- Returns:
- a new instance of
DatastreamStreamSourceConfigOracleSourceConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-