Class UpdateDrProtectionGroupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateDrProtectionGroupDetails.Builder
 
- 
- Enclosing class:
- UpdateDrProtectionGroupDetails
 
 public static class UpdateDrProtectionGroupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrProtectionGroupDetailsbuild()UpdateDrProtectionGroupDetails.Buildercopy(UpdateDrProtectionGroupDetails model)UpdateDrProtectionGroupDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateDrProtectionGroupDetails.BuilderdisplayName(String displayName)The display name of the DR protection group.UpdateDrProtectionGroupDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateDrProtectionGroupDetails.BuilderlogLocation(UpdateObjectStorageLogLocationDetails logLocation)UpdateDrProtectionGroupDetails.Buildermembers(List<UpdateDrProtectionGroupMemberDetails> members)A list of DR protection group members.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDrProtectionGroupDetails.Builder displayName(String displayName) The display name of the DR protection group.Example: EBS PHX Group - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
logLocationpublic UpdateDrProtectionGroupDetails.Builder logLocation(UpdateObjectStorageLogLocationDetails logLocation) 
 - 
memberspublic UpdateDrProtectionGroupDetails.Builder members(List<UpdateDrProtectionGroupMemberDetails> members) A list of DR protection group members.When updating members, this list must contain all members being retained, including added and updated members. The list must not contain deleted members. - Parameters:
- members- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateDrProtectionGroupDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateDrProtectionGroupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {"Operations": {"CostCenter": "42"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateDrProtectionGroupDetails build() 
 - 
copypublic UpdateDrProtectionGroupDetails.Builder copy(UpdateDrProtectionGroupDetails model) 
 
- 
 
-