public static interface DescribeTableDataImportJobResponse.Builder extends HoneycodeResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTableDataImportJobResponse.Builder |
errorCode(ErrorCode errorCode)
If job status is failed, error code to understand reason for the failure.
|
DescribeTableDataImportJobResponse.Builder |
errorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
|
default DescribeTableDataImportJobResponse.Builder |
jobMetadata(Consumer<TableDataImportJobMetadata.Builder> jobMetadata)
The metadata about the job that was submitted for import.
|
DescribeTableDataImportJobResponse.Builder |
jobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
|
DescribeTableDataImportJobResponse.Builder |
jobStatus(String jobStatus)
The current status of the import job.
|
DescribeTableDataImportJobResponse.Builder |
jobStatus(TableDataImportJobStatus jobStatus)
The current status of the import job.
|
DescribeTableDataImportJobResponse.Builder |
message(String message)
A message providing more details about the current status of the import job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTableDataImportJobResponse.Builder jobStatus(String jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.TableDataImportJobStatus,
TableDataImportJobStatusDescribeTableDataImportJobResponse.Builder jobStatus(TableDataImportJobStatus jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.TableDataImportJobStatus,
TableDataImportJobStatusDescribeTableDataImportJobResponse.Builder message(String message)
A message providing more details about the current status of the import job.
message - A message providing more details about the current status of the import job.DescribeTableDataImportJobResponse.Builder jobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
jobMetadata - The metadata about the job that was submitted for import.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 via TableDataImportJobMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to jobMetadata(TableDataImportJobMetadata).jobMetadata - a consumer that will call methods on TableDataImportJobMetadata.BuilderjobMetadata(TableDataImportJobMetadata)DescribeTableDataImportJobResponse.Builder errorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
DescribeTableDataImportJobResponse.Builder errorCode(ErrorCode errorCode)
If job status is failed, error code to understand reason for the failure.
Copyright © 2022. All rights reserved.