public static interface VectorEnrichmentJobInputConfig.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobInputConfig.Builder,VectorEnrichmentJobInputConfig>
| Modifier and Type | Method and Description |
|---|---|
default VectorEnrichmentJobInputConfig.Builder |
dataSourceConfig(Consumer<VectorEnrichmentJobDataSourceConfigInput.Builder> dataSourceConfig)
The input structure for the data source that represents the storage type of the input data objects.
|
VectorEnrichmentJobInputConfig.Builder |
dataSourceConfig(VectorEnrichmentJobDataSourceConfigInput dataSourceConfig)
The input structure for the data source that represents the storage type of the input data objects.
|
VectorEnrichmentJobInputConfig.Builder |
documentType(String documentType)
The input structure that defines the data source file type.
|
VectorEnrichmentJobInputConfig.Builder |
documentType(VectorEnrichmentJobDocumentType documentType)
The input structure that defines the data source file type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVectorEnrichmentJobInputConfig.Builder dataSourceConfig(VectorEnrichmentJobDataSourceConfigInput dataSourceConfig)
The input structure for the data source that represents the storage type of the input data objects.
dataSourceConfig - The input structure for the data source that represents the storage type of the input data objects.default VectorEnrichmentJobInputConfig.Builder dataSourceConfig(Consumer<VectorEnrichmentJobDataSourceConfigInput.Builder> dataSourceConfig)
The input structure for the data source that represents the storage type of the input data objects.
This is a convenience method that creates an instance of theVectorEnrichmentJobDataSourceConfigInput.Builder avoiding the need to create one manually via
VectorEnrichmentJobDataSourceConfigInput.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
dataSourceConfig(VectorEnrichmentJobDataSourceConfigInput).
dataSourceConfig - a consumer that will call methods on VectorEnrichmentJobDataSourceConfigInput.BuilderdataSourceConfig(VectorEnrichmentJobDataSourceConfigInput)VectorEnrichmentJobInputConfig.Builder documentType(String documentType)
The input structure that defines the data source file type.
documentType - The input structure that defines the data source file type.VectorEnrichmentJobDocumentType,
VectorEnrichmentJobDocumentTypeVectorEnrichmentJobInputConfig.Builder documentType(VectorEnrichmentJobDocumentType documentType)
The input structure that defines the data source file type.
documentType - The input structure that defines the data source file type.VectorEnrichmentJobDocumentType,
VectorEnrichmentJobDocumentTypeCopyright © 2023. All rights reserved.