Uses of Interface
software.amazon.awssdk.services.databasemigration.model.ExportSqlDetails.Builder
Packages that use ExportSqlDetails.Builder
-
Uses of ExportSqlDetails.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ExportSqlDetails.BuilderModifier and TypeMethodDescriptionstatic ExportSqlDetails.BuilderExportSqlDetails.builder()The URL for the object containing the exported metadata model assessment.ExportSqlDetails.Builder.s3ObjectKey(String s3ObjectKey) The Amazon S3 object key for the object containing the exported metadata model assessment.ExportSqlDetails.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ExportSqlDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExportSqlDetails.Builder>ExportSqlDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ExportSqlDetails.BuilderModifier and TypeMethodDescriptiondefault SchemaConversionRequest.BuilderSchemaConversionRequest.Builder.exportSqlDetails(Consumer<ExportSqlDetails.Builder> exportSqlDetails) Sets the value of the ExportSqlDetails property for this object.