Uses of Interface
software.amazon.awssdk.services.sesv2.model.FailureInfo.Builder
-
Packages that use FailureInfo.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of FailureInfo.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return FailureInfo.Builder Modifier and Type Method Description static FailureInfo.BuilderFailureInfo. builder()FailureInfo.BuilderFailureInfo.Builder. errorMessage(String errorMessage)A message about why the job failed.FailureInfo.BuilderFailureInfo.Builder. failedRecordsS3Url(String failedRecordsS3Url)An Amazon S3 pre-signed URL that contains all the failed records and related information.FailureInfo.BuilderFailureInfo. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type FailureInfo.Builder Modifier and Type Method Description static Class<? extends FailureInfo.Builder>FailureInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type FailureInfo.Builder Modifier and Type Method Description default GetExportJobResponse.BuilderGetExportJobResponse.Builder. failureInfo(Consumer<FailureInfo.Builder> failureInfo)The failure details about an export job.default GetImportJobResponse.BuilderGetImportJobResponse.Builder. failureInfo(Consumer<FailureInfo.Builder> failureInfo)The failure details about an import job.
-