Package com.oracle.bmc.datasafe.model
Class Exclude.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.Exclude.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exclude
build()
Exclude.Builder
copy(Exclude model)
Exclude.Builder
targetDatabaseIds(List<String> targetDatabaseIds)
The list of target database OCIDS, that should be excluded from the target database group (even if they match some of the other criteria).
-
-
-
Method Detail
-
targetDatabaseIds
public Exclude.Builder targetDatabaseIds(List<String> targetDatabaseIds)
The list of target database OCIDS, that should be excluded from the target database group (even if they match some of the other criteria).- Parameters:
targetDatabaseIds
- the value to set- Returns:
- this builder
-
build
public Exclude build()
-
copy
public Exclude.Builder copy(Exclude model)
-
-