Interface ImportFailureListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportFailureListItem.Builder,
,ImportFailureListItem> SdkBuilder<ImportFailureListItem.Builder,
,ImportFailureListItem> SdkPojo
- Enclosing class:
ImportFailureListItem
public static interface ImportFailureListItem.Builder
extends SdkPojo, CopyableBuilder<ImportFailureListItem.Builder,ImportFailureListItem>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) Provides the reason the import failed.The type of import error.lastUpdatedTime
(Instant lastUpdatedTime) When the import was last updated.The location of the failure in the S3 bucket.The status of the import.status
(ImportFailureStatus status) The status of the import.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
-
location
The location of the failure in the S3 bucket.
- Parameters:
location
- The location of the failure in the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the import.
- Parameters:
status
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the import.
- Parameters:
status
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorType
The type of import error.
- Parameters:
errorType
- The type of import error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Provides the reason the import failed.
- Parameters:
errorMessage
- Provides the reason the import failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
When the import was last updated.
- Parameters:
lastUpdatedTime
- When the import was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-