Interface FailureInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailureInfo.Builder,
,FailureInfo> SdkBuilder<FailureInfo.Builder,
,FailureInfo> SdkPojo
- Enclosing class:
FailureInfo
public static interface FailureInfo.Builder
extends SdkPojo, CopyableBuilder<FailureInfo.Builder,FailureInfo>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) A message about why the job failed.failedRecordsS3Url
(String failedRecordsS3Url) An Amazon S3 pre-signed URL that contains all the failed records and related information.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
failedRecordsS3Url
An Amazon S3 pre-signed URL that contains all the failed records and related information.
- Parameters:
failedRecordsS3Url
- An Amazon S3 pre-signed URL that contains all the failed records and related information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
A message about why the job failed.
- Parameters:
errorMessage
- A message about why the job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-