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