Interface DescribeTableDataImportJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTableDataImportJobResponse.Builder,
,DescribeTableDataImportJobResponse> HoneycodeResponse.Builder
,SdkBuilder<DescribeTableDataImportJobResponse.Builder,
,DescribeTableDataImportJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTableDataImportJobResponse
public static interface DescribeTableDataImportJobResponse.Builder
extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf job status is failed, error code to understand reason for the failure.If job status is failed, error code to understand reason for the failure.jobMetadata
(Consumer<TableDataImportJobMetadata.Builder> jobMetadata) The metadata about the job that was submitted for import.jobMetadata
(TableDataImportJobMetadata jobMetadata) The metadata about the job that was submitted for import.The current status of the import job.jobStatus
(TableDataImportJobStatus jobStatus) The current status of the import job.A message providing more details about the current status of the import job.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
-
jobStatus
The current status of the import job.
- Parameters:
jobStatus
- The current status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the import job.
- Parameters:
jobStatus
- The current status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
A message providing more details about the current status of the import job.
- Parameters:
message
- A message providing more details about the current status of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobMetadata
The metadata about the job that was submitted for import.
- Parameters:
jobMetadata
- The metadata about the job that was submitted for import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobMetadata
default DescribeTableDataImportJobResponse.Builder jobMetadata(Consumer<TableDataImportJobMetadata.Builder> jobMetadata) The metadata about the job that was submitted for import.
This is a convenience method that creates an instance of theTableDataImportJobMetadata.Builder
avoiding the need to create one manually viaTableDataImportJobMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobMetadata(TableDataImportJobMetadata)
.- Parameters:
jobMetadata
- a consumer that will call methods onTableDataImportJobMetadata.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
If job status is failed, error code to understand reason for the failure.
- Parameters:
errorCode
- If job status is failed, error code to understand reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
If job status is failed, error code to understand reason for the failure.
- Parameters:
errorCode
- If job status is failed, error code to understand reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-