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)
Add an optional request override configuration.
|
DescribeTableDataImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTableDataImportJobRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTableDataImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.