public static interface TableDataImportJobMetadata.Builder extends SdkPojo, CopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>
| Modifier and Type | Method and Description |
|---|---|
default TableDataImportJobMetadata.Builder |
dataSource(Consumer<ImportDataSource.Builder> dataSource)
The source of the data that was submitted for import.
|
TableDataImportJobMetadata.Builder |
dataSource(ImportDataSource dataSource)
The source of the data that was submitted for import.
|
default TableDataImportJobMetadata.Builder |
importOptions(Consumer<ImportOptions.Builder> importOptions)
The options that was specified at the time of submitting the import request.
|
TableDataImportJobMetadata.Builder |
importOptions(ImportOptions importOptions)
The options that was specified at the time of submitting the import request.
|
default TableDataImportJobMetadata.Builder |
submitter(Consumer<ImportJobSubmitter.Builder> submitter)
Details about the submitter of the import request.
|
TableDataImportJobMetadata.Builder |
submitter(ImportJobSubmitter submitter)
Details about the submitter of the import request.
|
TableDataImportJobMetadata.Builder |
submitTime(Instant submitTime)
The timestamp when the job was submitted for import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableDataImportJobMetadata.Builder submitter(ImportJobSubmitter submitter)
Details about the submitter of the import request.
submitter - Details about the submitter of the import request.default TableDataImportJobMetadata.Builder submitter(Consumer<ImportJobSubmitter.Builder> submitter)
Details about the submitter of the import request.
This is a convenience method that creates an instance of theImportJobSubmitter.Builder avoiding the
need to create one manually via ImportJobSubmitter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to submitter(ImportJobSubmitter).
submitter - a consumer that will call methods on ImportJobSubmitter.Buildersubmitter(ImportJobSubmitter)TableDataImportJobMetadata.Builder submitTime(Instant submitTime)
The timestamp when the job was submitted for import.
submitTime - The timestamp when the job was submitted for import.TableDataImportJobMetadata.Builder importOptions(ImportOptions importOptions)
The options that was specified at the time of submitting the import request.
importOptions - The options that was specified at the time of submitting the import request.default TableDataImportJobMetadata.Builder importOptions(Consumer<ImportOptions.Builder> importOptions)
The options that was specified at the time of submitting the import request.
This is a convenience method that creates an instance of theImportOptions.Builder avoiding the need
to create one manually via ImportOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importOptions(ImportOptions).
importOptions - a consumer that will call methods on ImportOptions.BuilderimportOptions(ImportOptions)TableDataImportJobMetadata.Builder dataSource(ImportDataSource dataSource)
The source of the data that was submitted for import.
dataSource - The source of the data that was submitted for import.default TableDataImportJobMetadata.Builder dataSource(Consumer<ImportDataSource.Builder> dataSource)
The source of the data that was submitted for import.
This is a convenience method that creates an instance of theImportDataSource.Builder avoiding the
need to create one manually via ImportDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataSource(ImportDataSource).
dataSource - a consumer that will call methods on ImportDataSource.BuilderdataSource(ImportDataSource)Copyright © 2023. All rights reserved.