Uses of Interface
software.amazon.awssdk.services.databasemigration.model.BatchStartRecommendationsErrorEntry.Builder
-
Packages that use BatchStartRecommendationsErrorEntry.Builder Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of BatchStartRecommendationsErrorEntry.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return BatchStartRecommendationsErrorEntry.Builder Modifier and Type Method Description static BatchStartRecommendationsErrorEntry.BuilderBatchStartRecommendationsErrorEntry. builder()BatchStartRecommendationsErrorEntry.BuilderBatchStartRecommendationsErrorEntry.Builder. code(String code)The code of an error that occurred during the analysis of the source database.BatchStartRecommendationsErrorEntry.BuilderBatchStartRecommendationsErrorEntry.Builder. databaseId(String databaseId)The identifier of the source database.BatchStartRecommendationsErrorEntry.BuilderBatchStartRecommendationsErrorEntry.Builder. message(String message)The information about the error.BatchStartRecommendationsErrorEntry.BuilderBatchStartRecommendationsErrorEntry. toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type BatchStartRecommendationsErrorEntry.Builder Modifier and Type Method Description static Class<? extends BatchStartRecommendationsErrorEntry.Builder>BatchStartRecommendationsErrorEntry. serializableBuilderClass()
-