Uses of Class
com.oracle.bmc.datasafe.model.Include.Builder
-
Packages that use Include.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of Include.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return Include.Builder Modifier and Type Method Description static Include.Builder
Include. builder()
Create a new builder.Include.Builder
Include.Builder. compartments(List<Compartments> compartments)
List of compartment objects, each containing the OCID of the compartment and a boolean value that indicates whether the target databases in the compartments and sub-compartments should also be included in the target database group.Include.Builder
Include.Builder. copy(Include model)
Include.Builder
Include.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Include.Builder
Include.Builder. freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Include.Builder
Include.Builder. targetDatabaseIds(List<String> targetDatabaseIds)
The list of target database OCIDs to be included in the target database group.Include.Builder
Include. toBuilder()
-