Interface BatchDeleteImportDataError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>,SdkBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>,SdkPojo
- Enclosing class:
- BatchDeleteImportDataError
public static interface BatchDeleteImportDataError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteImportDataError.BuildererrorCode(String errorCode)The type of error that occurred for a specific import task.BatchDeleteImportDataError.BuildererrorCode(BatchDeleteImportDataErrorCode errorCode)The type of error that occurred for a specific import task.BatchDeleteImportDataError.BuildererrorDescription(String errorDescription)The description of the error that occurred for a specific import task.BatchDeleteImportDataError.BuilderimportTaskId(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, sdkFields
-
-
-
-
Method Detail
-
importTaskId
BatchDeleteImportDataError.Builder importTaskId(String 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
BatchDeleteImportDataError.Builder errorCode(String 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:
BatchDeleteImportDataErrorCode,BatchDeleteImportDataErrorCode
-
errorCode
BatchDeleteImportDataError.Builder errorCode(BatchDeleteImportDataErrorCode 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:
BatchDeleteImportDataErrorCode,BatchDeleteImportDataErrorCode
-
errorDescription
BatchDeleteImportDataError.Builder errorDescription(String 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.
-
-