Interface SchemaConversionRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchemaConversionRequest.Builder,
,SchemaConversionRequest> SdkBuilder<SchemaConversionRequest.Builder,
,SchemaConversionRequest> SdkPojo
- Enclosing class:
SchemaConversionRequest
public static interface SchemaConversionRequest.Builder
extends SdkPojo, CopyableBuilder<SchemaConversionRequest.Builder,SchemaConversionRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault SchemaConversionRequest.Builder
error
(Consumer<ErrorDetails.Builder> error) Sets the value of the Error property for this object.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.exportSqlDetails
(ExportSqlDetails exportSqlDetails) Sets the value of the ExportSqlDetails property for this object.migrationProjectArn
(String migrationProjectArn) The migration project ARN.requestIdentifier
(String requestIdentifier) The identifier for the schema conversion action.The schema conversion action status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
status
The schema conversion action status.
- Parameters:
status
- The schema conversion action status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestIdentifier
The identifier for the schema conversion action.
- Parameters:
requestIdentifier
- The identifier for the schema conversion action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationProjectArn
The migration project ARN.
- Parameters:
migrationProjectArn
- The migration project ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Sets the value of the Error property for this object.- Parameters:
error
- The new value for the Error property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
Sets the value of the Error property for this object. This is a convenience method that creates an instance of theErrorDetails.Builder
avoiding the need to create one manually viaErrorDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerror(ErrorDetails)
.- Parameters:
error
- a consumer that will call methods onErrorDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportSqlDetails
Sets the value of the ExportSqlDetails property for this object.- Parameters:
exportSqlDetails
- The new value for the ExportSqlDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSqlDetails
default SchemaConversionRequest.Builder exportSqlDetails(Consumer<ExportSqlDetails.Builder> exportSqlDetails) Sets the value of the ExportSqlDetails property for this object. This is a convenience method that creates an instance of theExportSqlDetails.Builder
avoiding the need to create one manually viaExportSqlDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportSqlDetails(ExportSqlDetails)
.- Parameters:
exportSqlDetails
- a consumer that will call methods onExportSqlDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-