Class DataplexDatascanDataProfileSpecIncludeFields.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataProfileSpecIncludeFields.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanDataProfileSpecIncludeFields>
- Enclosing interface:
- DataplexDatascanDataProfileSpecIncludeFields
@Stability(Stable) public static final class DataplexDatascanDataProfileSpecIncludeFields.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanDataProfileSpecIncludeFields>
A builder forDataplexDatascanDataProfileSpecIncludeFields
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDataProfileSpecIncludeFieldsbuild()Builds the configured instance.DataplexDatascanDataProfileSpecIncludeFields.BuilderfieldNames(List<String> fieldNames)Sets the value ofDataplexDatascanDataProfileSpecIncludeFields.getFieldNames()
-
-
-
Method Detail
-
fieldNames
@Stability(Stable) public DataplexDatascanDataProfileSpecIncludeFields.Builder fieldNames(List<String> fieldNames)
Sets the value ofDataplexDatascanDataProfileSpecIncludeFields.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 DataplexDatascanDataProfileSpecIncludeFields build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanDataProfileSpecIncludeFields>- Returns:
- a new instance of
DataplexDatascanDataProfileSpecIncludeFields - Throws:
NullPointerException- if any required attribute was not provided
-
-