Interface BatchDeleteImportDataError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDeleteImportDataError.Builder,
,BatchDeleteImportDataError> SdkBuilder<BatchDeleteImportDataError.Builder,
,BatchDeleteImportDataError> SdkPojo
- Enclosing class:
BatchDeleteImportDataError
@Mutable
@NotThreadSafe
public static interface BatchDeleteImportDataError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of error that occurred for a specific import task.errorCode
(BatchDeleteImportDataErrorCode errorCode) The type of error that occurred for a specific import task.errorDescription
(String errorDescription) The description of the error that occurred for a specific import task.importTaskId
(String importTaskId) The unique import ID associated with the error that occurred.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, sdkFieldNameToField, sdkFields
-
Method Details
-
importTaskId
The unique import ID associated with the error that occurred.
- Parameters:
importTaskId
- The unique import ID associated with the error that occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The type of error that occurred for a specific import task.
- Parameters:
errorCode
- The type of error that occurred for a specific import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The type of error that occurred for a specific import task.
- Parameters:
errorCode
- The type of error that occurred for a specific import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorDescription
The description of the error that occurred for a specific import task.
- Parameters:
errorDescription
- The description of the error that occurred for a specific import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-