Class UpdateDrPlanDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateDrPlanDetails.Builder
 
- 
- Enclosing class:
- UpdateDrPlanDetails
 
 public static class UpdateDrPlanDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrPlanDetailsbuild()UpdateDrPlanDetails.Buildercopy(UpdateDrPlanDetails model)UpdateDrPlanDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateDrPlanDetails.BuilderdisplayName(String displayName)The display name of the DR plan being updated.UpdateDrPlanDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateDrPlanDetails.BuilderplanGroups(List<UpdateDrPlanGroupDetails> planGroups)An ordered list of groups in a DR plan.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDrPlanDetails.Builder displayName(String displayName) The display name of the DR plan being updated.Example: EBS Switchover PHX to IAD - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
planGroupspublic UpdateDrPlanDetails.Builder planGroups(List<UpdateDrPlanGroupDetails> planGroups) An ordered list of groups in a DR plan.- Parameters:
- planGroups- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateDrPlanDetails.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 UpdateDrPlanDetails.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 UpdateDrPlanDetails build() 
 - 
copypublic UpdateDrPlanDetails.Builder copy(UpdateDrPlanDetails model) 
 
- 
 
-