static SchemaConversionRequest.Builder |
SchemaConversionRequest.builder() |
|
default SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.error(Consumer<ErrorDetails.Builder> error) |
Sets the value of the Error property for this object.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.error(ErrorDetails error) |
Sets the value of the Error property for this object.
|
default SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.exportSqlDetails(Consumer<ExportSqlDetails.Builder> exportSqlDetails) |
Sets the value of the ExportSqlDetails property for this object.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.exportSqlDetails(ExportSqlDetails exportSqlDetails) |
Sets the value of the ExportSqlDetails property for this object.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.migrationProjectArn(String migrationProjectArn) |
The migration project ARN.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.requestIdentifier(String requestIdentifier) |
The identifier for the schema conversion action.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.Builder.status(String status) |
The schema conversion action status.
|
SchemaConversionRequest.Builder |
SchemaConversionRequest.toBuilder() |
|