Interface StartTableDataImportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartTableDataImportJobResponse.Builder,
,StartTableDataImportJobResponse> HoneycodeResponse.Builder
,SdkBuilder<StartTableDataImportJobResponse.Builder,
,StartTableDataImportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartTableDataImportJobResponse
public static interface StartTableDataImportJobResponse.Builder
extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<StartTableDataImportJobResponse.Builder,StartTableDataImportJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe id that is assigned to this import job.The status of the import job immediately after submitting the request.jobStatus
(TableDataImportJobStatus jobStatus) The status of the import job immediately after submitting the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.honeycode.model.HoneycodeResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobId
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
- Parameters:
jobId
- The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The status of the import job immediately after submitting the request.
- Parameters:
jobStatus
- The status of the import job immediately after submitting the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The status of the import job immediately after submitting the request.
- Parameters:
jobStatus
- The status of the import job immediately after submitting the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-