public static interface SchemaConversionRequest.Builder extends SdkPojo, CopyableBuilder<SchemaConversionRequest.Builder,SchemaConversionRequest>
| Modifier and Type | Method and Description |
|---|---|
default SchemaConversionRequest.Builder |
error(Consumer<ErrorDetails.Builder> error)
Sets the value of the Error property for this object.
|
SchemaConversionRequest.Builder |
error(ErrorDetails error)
Sets the value of the Error property for this object.
|
default SchemaConversionRequest.Builder |
exportSqlDetails(Consumer<ExportSqlDetails.Builder> exportSqlDetails)
Sets the value of the ExportSqlDetails property for this object.
|
SchemaConversionRequest.Builder |
exportSqlDetails(ExportSqlDetails exportSqlDetails)
Sets the value of the ExportSqlDetails property for this object.
|
SchemaConversionRequest.Builder |
migrationProjectArn(String migrationProjectArn)
The migration project ARN.
|
SchemaConversionRequest.Builder |
requestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
|
SchemaConversionRequest.Builder |
status(String status)
The schema conversion action status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaConversionRequest.Builder status(String status)
The schema conversion action status.
status - The schema conversion action status.SchemaConversionRequest.Builder requestIdentifier(String requestIdentifier)
The identifier for the schema conversion action.
requestIdentifier - The identifier for the schema conversion action.SchemaConversionRequest.Builder migrationProjectArn(String migrationProjectArn)
The migration project ARN.
migrationProjectArn - The migration project ARN.SchemaConversionRequest.Builder error(ErrorDetails error)
error - The new value for the Error property for this object.default SchemaConversionRequest.Builder error(Consumer<ErrorDetails.Builder> error)
ErrorDetails.Builder avoiding the need
to create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ErrorDetails).
error - a consumer that will call methods on ErrorDetails.Buildererror(ErrorDetails)SchemaConversionRequest.Builder exportSqlDetails(ExportSqlDetails exportSqlDetails)
exportSqlDetails - The new value for the ExportSqlDetails property for this object.default SchemaConversionRequest.Builder exportSqlDetails(Consumer<ExportSqlDetails.Builder> exportSqlDetails)
ExportSqlDetails.Builder avoiding the
need to create one manually via ExportSqlDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportSqlDetails(ExportSqlDetails).
exportSqlDetails - a consumer that will call methods on ExportSqlDetails.BuilderexportSqlDetails(ExportSqlDetails)Copyright © 2023. All rights reserved.