Package com.oracle.bmc.datasafe.model
Class Exclude.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.Exclude.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Excludebuild()Exclude.Buildercopy(Exclude model)Exclude.BuildertargetDatabaseIds(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- 
targetDatabaseIdspublic 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
 
 - 
buildpublic Exclude build() 
 - 
copypublic Exclude.Builder copy(Exclude model) 
 
- 
 
-