public static interface FailureInfo.Builder extends SdkPojo, CopyableBuilder<FailureInfo.Builder,FailureInfo>
| Modifier and Type | Method and Description |
|---|---|
FailureInfo.Builder |
errorMessage(String errorMessage)
A message about why the import job failed.
|
FailureInfo.Builder |
failedRecordsS3Url(String failedRecordsS3Url)
An Amazon S3 presigned URL that contains all the failed records and related information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFailureInfo.Builder failedRecordsS3Url(String failedRecordsS3Url)
An Amazon S3 presigned URL that contains all the failed records and related information.
failedRecordsS3Url - An Amazon S3 presigned URL that contains all the failed records and related information.FailureInfo.Builder errorMessage(String errorMessage)
A message about why the import job failed.
errorMessage - A message about why the import job failed.Copyright © 2021. All rights reserved.