Class DatascanDataProfileSpecIncludeFieldsArgs.Builder

    • Method Detail

      • fieldNames

        public DatascanDataProfileSpecIncludeFieldsArgs.Builder fieldNames​(@Nullable
                                                                           com.pulumi.core.Output<java.util.List<java.lang.String>> fieldNames)
        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'.
        Returns:
        builder
      • fieldNames

        public DatascanDataProfileSpecIncludeFieldsArgs.Builder fieldNames​(java.util.List<java.lang.String> fieldNames)
        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'.
        Returns:
        builder
      • fieldNames

        public DatascanDataProfileSpecIncludeFieldsArgs.Builder fieldNames​(java.lang.String... fieldNames)
        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'.
        Returns:
        builder