Interface DataplexDatascanDataProfileSpecIncludeFields
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexDatascanDataProfileSpecIncludeFields.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.594Z") @Stability(Stable) public interface DataplexDatascanDataProfileSpecIncludeFields extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanDataProfileSpecIncludeFields.BuilderA builder forDataplexDatascanDataProfileSpecIncludeFieldsstatic classDataplexDatascanDataProfileSpecIncludeFields.Jsii$ProxyAn implementation forDataplexDatascanDataProfileSpecIncludeFields
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexDatascanDataProfileSpecIncludeFields.Builderbuilder()default List<String>getFieldNames()Expected input is a list of fully qualified names of fields as in the schema.
-
-
-
Method Detail
-
getFieldNames
@Stability(Stable) @Nullable default List<String> getFieldNames()
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}
-
builder
@Stability(Stable) static DataplexDatascanDataProfileSpecIncludeFields.Builder builder()
-
-