Class DataplexDatascanData.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • entity

        @Stability(Stable)
        public DataplexDatascanData.Builder entity​(String entity)
        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)
        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