public static class UpdateDrPlanExecutionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateDrPlanExecutionDetails.Builder displayName(String displayName)
The display name of the DR protection group to update.
Example: EBS IAD Group
displayName
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateDrPlanExecutionDetails build()
public UpdateDrPlanExecutionDetails.Builder copy(UpdateDrPlanExecutionDetails model)
Copyright © 2016–2024. All rights reserved.