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