public static final class ReorderMigrationRequest.Builder
extends java.lang.Object
ReorderMigrationRequest.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ReorderMigrationRequest. |
| Modifier and Type | Method and Description |
|---|---|
ReorderMigrationRequest |
build() |
ReorderMigrationRequest.Builder |
setId(java.lang.String id)
id of the migration unit group/migration unit before/after which the migration
unit group/migration unit is to be placed
|
ReorderMigrationRequest.Builder |
setIsBefore(java.lang.Boolean isBefore)
flag indicating whether the migration unit group/migration unit is to be placed
before or after the specified migration unit group/migration unit
|
public Builder()
ReorderMigrationRequest.public ReorderMigrationRequest.Builder setId(java.lang.String id)
id - New value for the property.public ReorderMigrationRequest.Builder setIsBefore(java.lang.Boolean isBefore)
isBefore - New value for the property.public ReorderMigrationRequest build()