Interface DescribeTableDataImportJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTableDataImportJobRequest.Builder,DescribeTableDataImportJobRequest>,HoneycodeRequest.Builder,SdkBuilder<DescribeTableDataImportJobRequest.Builder,DescribeTableDataImportJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeTableDataImportJobRequest
public static interface DescribeTableDataImportJobRequest.Builder extends HoneycodeRequest.Builder, SdkPojo, CopyableBuilder<DescribeTableDataImportJobRequest.Builder,DescribeTableDataImportJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTableDataImportJobRequest.BuilderjobId(String jobId)The ID of the job that was returned by the StartTableDataImportJob request.DescribeTableDataImportJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTableDataImportJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTableDataImportJobRequest.BuildertableId(String tableId)The ID of the table into which data was imported.DescribeTableDataImportJobRequest.BuilderworkbookId(String workbookId)The ID of the workbook into which data was imported.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.honeycode.model.HoneycodeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workbookId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTableDataImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTableDataImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-