public static class UpdateDrPlanDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateDrPlanDetails.Builder displayName(String displayName)
The display name of the DR plan being updated.
Example: EBS Switchover PHX to IAD
displayName
- the value to setpublic UpdateDrPlanDetails.Builder planGroups(List<UpdateDrPlanGroupDetails> planGroups)
An ordered list of groups in a DR plan.
planGroups
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateDrPlanDetails build()
public UpdateDrPlanDetails.Builder copy(UpdateDrPlanDetails model)
Copyright © 2016–2024. All rights reserved.