customMetadata

public abstract ImportFileConfig.Builder customMetadata(List<CustomMetadata> customMetadata)
@CanIgnoreReturnValue()
public ImportFileConfig.Builder customMetadata(Array<CustomMetadata> customMetadata)

Setter for customMetadata.

customMetadata: User provided custom metadata stored as key-value pairs used for querying.


@CanIgnoreReturnValue()
public ImportFileConfig.Builder customMetadata(Array<CustomMetadata.Builder> customMetadataBuilders)

Setter for customMetadata builder.

customMetadata: User provided custom metadata stored as key-value pairs used for querying.