Uses of Interface
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataError.Builder
-
Packages that use BatchDeleteImportDataError.Builder Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of BatchDeleteImportDataError.Builder in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return BatchDeleteImportDataError.Builder Modifier and Type Method Description static BatchDeleteImportDataError.BuilderBatchDeleteImportDataError. builder()BatchDeleteImportDataError.BuilderBatchDeleteImportDataError.Builder. errorCode(String errorCode)The type of error that occurred for a specific import task.BatchDeleteImportDataError.BuilderBatchDeleteImportDataError.Builder. errorCode(BatchDeleteImportDataErrorCode errorCode)The type of error that occurred for a specific import task.BatchDeleteImportDataError.BuilderBatchDeleteImportDataError.Builder. errorDescription(String errorDescription)The description of the error that occurred for a specific import task.BatchDeleteImportDataError.BuilderBatchDeleteImportDataError.Builder. importTaskId(String importTaskId)The unique import ID associated with the error that occurred.BatchDeleteImportDataError.BuilderBatchDeleteImportDataError. toBuilder()Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type BatchDeleteImportDataError.Builder Modifier and Type Method Description static Class<? extends BatchDeleteImportDataError.Builder>BatchDeleteImportDataError. serializableBuilderClass()
-