public static interface DescribeTableDataImportJobRequest.Builder extends HoneycodeRequest.Builder, SdkPojo, CopyableBuilder<DescribeTableDataImportJobRequest.Builder,DescribeTableDataImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTableDataImportJobRequest.Builder |
jobId(String jobId)
The ID of the job that was returned by the StartTableDataImportJob request.
|
DescribeTableDataImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeTableDataImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeTableDataImportJobRequest.Builder |
tableId(String tableId)
The ID of the table into which data was imported.
|
DescribeTableDataImportJobRequest.Builder |
workbookId(String workbookId)
The ID of the workbook into which data was imported.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTableDataImportJobRequest.Builder workbookId(String workbookId)
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
workbookId - The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
DescribeTableDataImportJobRequest.Builder tableId(String tableId)
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
tableId - The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
DescribeTableDataImportJobRequest.Builder jobId(String jobId)
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
jobId - The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
DescribeTableDataImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeTableDataImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.