| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static FailureInfo.Builder |
FailureInfo.builder() |
FailureInfo.Builder |
FailureInfo.Builder.errorMessage(String errorMessage)
A message about why the import job failed.
|
FailureInfo.Builder |
FailureInfo.Builder.failedRecordsS3Url(String failedRecordsS3Url)
An Amazon S3 presigned URL that contains all the failed records and related information.
|
FailureInfo.Builder |
FailureInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailureInfo.Builder> |
FailureInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetImportJobResponse.Builder |
GetImportJobResponse.Builder.failureInfo(Consumer<FailureInfo.Builder> failureInfo)
The failure details about an import job.
|
Copyright © 2020. All rights reserved.