public static interface ImportFailureListItem.Builder extends SdkPojo, CopyableBuilder<ImportFailureListItem.Builder,ImportFailureListItem>
| Modifier and Type | Method and Description |
|---|---|
ImportFailureListItem.Builder |
errorMessage(String errorMessage)
Provides the reason the import failed.
|
ImportFailureListItem.Builder |
errorType(String errorType)
The type of import error.
|
ImportFailureListItem.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
When the import was last updated.
|
ImportFailureListItem.Builder |
location(String location)
The location of the failure in the S3 bucket.
|
ImportFailureListItem.Builder |
status(ImportFailureStatus status)
The status of the import.
|
ImportFailureListItem.Builder |
status(String status)
The status of the import.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportFailureListItem.Builder location(String location)
The location of the failure in the S3 bucket.
location - The location of the failure in the S3 bucket.ImportFailureListItem.Builder status(String status)
The status of the import.
status - The status of the import.ImportFailureStatus,
ImportFailureStatusImportFailureListItem.Builder status(ImportFailureStatus status)
The status of the import.
status - The status of the import.ImportFailureStatus,
ImportFailureStatusImportFailureListItem.Builder errorType(String errorType)
The type of import error.
errorType - The type of import error.ImportFailureListItem.Builder errorMessage(String errorMessage)
Provides the reason the import failed.
errorMessage - Provides the reason the import failed.ImportFailureListItem.Builder lastUpdatedTime(Instant lastUpdatedTime)
When the import was last updated.
lastUpdatedTime - When the import was last updated.Copyright © 2023. All rights reserved.