public static class ChangeTableCompartmentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChangeTableCompartmentDetails |
build() |
ChangeTableCompartmentDetails.Builder |
copy(ChangeTableCompartmentDetails model) |
ChangeTableCompartmentDetails.Builder |
fromCompartmentId(String fromCompartmentId)
The OCID of the table’s current compartment.
|
ChangeTableCompartmentDetails.Builder |
toCompartmentId(String toCompartmentId)
The OCID of the table’s new compartment.
|
public ChangeTableCompartmentDetails.Builder fromCompartmentId(String fromCompartmentId)
The OCID of the table’s current compartment. Required if the tableNameOrId path parameter is a table name. Optional if tableNameOrId is an OCID. If tableNameOrId is an OCID, and fromCompartmentId is supplied, the latter must match the identified table’s current compartmentId.
fromCompartmentId
- the value to setpublic ChangeTableCompartmentDetails.Builder toCompartmentId(String toCompartmentId)
The OCID of the table’s new compartment.
toCompartmentId
- the value to setpublic ChangeTableCompartmentDetails build()
public ChangeTableCompartmentDetails.Builder copy(ChangeTableCompartmentDetails model)
Copyright © 2016–2024. All rights reserved.