Class DataplexDatascanData.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanData.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanData>
- Enclosing interface:
- DataplexDatascanData
@Stability(Stable) public static final class DataplexDatascanData.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanData>
A builder forDataplexDatascanData
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDatabuild()Builds the configured instance.DataplexDatascanData.Builderentity(String entity)Sets the value ofDataplexDatascanData.getEntity()DataplexDatascanData.Builderresource(String resource)Sets the value ofDataplexDatascanData.getResource()
-
-
-
Method Detail
-
entity
@Stability(Stable) public DataplexDatascanData.Builder entity(String entity)
Sets the value ofDataplexDatascanData.getEntity()- Parameters:
entity- The Dataplex entity that represents the data source(e.g. BigQuery table) for Datascan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#entity DataplexDatascan#entity}- Returns:
this
-
resource
@Stability(Stable) public DataplexDatascanData.Builder resource(String resource)
Sets the value ofDataplexDatascanData.getResource()- Parameters:
resource- The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could be: (Cloud Storage bucket for DataDiscoveryScan)BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#resource DataplexDatascan#resource}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanData build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanData>- Returns:
- a new instance of
DataplexDatascanData - Throws:
NullPointerException- if any required attribute was not provided
-
-