public static class MigrationObjectSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MigrationObjectSummary |
build() |
MigrationObjectSummary.Builder |
copy(MigrationObjectSummary model) |
MigrationObjectSummary.Builder |
objectName(String objectName)
Name of the object (regular expression is allowed)
|
MigrationObjectSummary.Builder |
objectStatus(ObjectStatus objectStatus)
Object status.
|
MigrationObjectSummary.Builder |
owner(String owner)
Owner of the object (regular expression is allowed)
|
MigrationObjectSummary.Builder |
type(String type)
Type of object to exclude.
|
public MigrationObjectSummary.Builder owner(String owner)
Owner of the object (regular expression is allowed)
owner
- the value to setpublic MigrationObjectSummary.Builder objectName(String objectName)
Name of the object (regular expression is allowed)
objectName
- the value to setpublic MigrationObjectSummary.Builder type(String type)
Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.
type
- the value to setpublic MigrationObjectSummary.Builder objectStatus(ObjectStatus objectStatus)
Object status.
objectStatus
- the value to setpublic MigrationObjectSummary build()
public MigrationObjectSummary.Builder copy(MigrationObjectSummary model)
Copyright © 2016–2023. All rights reserved.