chunkingConfig

public abstract ImportFileConfig.Builder chunkingConfig(ChunkingConfig chunkingConfig)

Setter for chunkingConfig.

chunkingConfig: Config for telling the service how to chunk the file.


@CanIgnoreReturnValue()
public ImportFileConfig.Builder chunkingConfig(ChunkingConfig.Builder chunkingConfigBuilder)

Setter for chunkingConfig builder.

chunkingConfig: Config for telling the service how to chunk the file.