Class DataplexDatascanDataProfileSpecExcludeFields.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataProfileSpecExcludeFields.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanDataProfileSpecExcludeFields>
- Enclosing interface:
- DataplexDatascanDataProfileSpecExcludeFields
@Stability(Stable) public static final class DataplexDatascanDataProfileSpecExcludeFields.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanDataProfileSpecExcludeFields>
A builder forDataplexDatascanDataProfileSpecExcludeFields
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDataProfileSpecExcludeFieldsbuild()Builds the configured instance.DataplexDatascanDataProfileSpecExcludeFields.BuilderfieldNames(List<String> fieldNames)Sets the value ofDataplexDatascanDataProfileSpecExcludeFields.getFieldNames()
-
-
-
Method Detail
-
fieldNames
@Stability(Stable) public DataplexDatascanDataProfileSpecExcludeFields.Builder fieldNames(List<String> fieldNames)
Sets the value ofDataplexDatascanDataProfileSpecExcludeFields.getFieldNames()- Parameters:
fieldNames- Expected input is a list of fully qualified names of fields as in the schema. Only top-level field names for nested fields are supported. For instance, if 'x' is of nested field type, listing 'x' is supported but 'x.y.z' is not supported. Here 'y' and 'y.z' are nested fields of 'x'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#field_names DataplexDatascan#field_names}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanDataProfileSpecExcludeFields build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanDataProfileSpecExcludeFields>- Returns:
- a new instance of
DataplexDatascanDataProfileSpecExcludeFields - Throws:
NullPointerException- if any required attribute was not provided
-
-