Class UpdateDrPlanExecutionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateDrPlanExecutionDetails.Builder
-
- Enclosing class:
- UpdateDrPlanExecutionDetails
public static class UpdateDrPlanExecutionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrPlanExecutionDetails
build()
UpdateDrPlanExecutionDetails.Builder
copy(UpdateDrPlanExecutionDetails model)
UpdateDrPlanExecutionDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateDrPlanExecutionDetails.Builder
displayName(String displayName)
The display name of the DR protection group to update.UpdateDrPlanExecutionDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
-
-
-
Method Detail
-
displayName
public UpdateDrPlanExecutionDetails.Builder displayName(String displayName)
The display name of the DR protection group to update.Example: EBS IAD Group
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateDrPlanExecutionDetails.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 UpdateDrPlanExecutionDetails.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 UpdateDrPlanExecutionDetails build()
-
copy
public UpdateDrPlanExecutionDetails.Builder copy(UpdateDrPlanExecutionDetails model)
-
-