public static class UpdateDrProtectionGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDrProtectionGroupDetails |
build() |
UpdateDrProtectionGroupDetails.Builder |
copy(UpdateDrProtectionGroupDetails model) |
UpdateDrProtectionGroupDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateDrProtectionGroupDetails.Builder |
displayName(String displayName)
The display name of the DR protection group.
|
UpdateDrProtectionGroupDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateDrProtectionGroupDetails.Builder |
logLocation(UpdateObjectStorageLogLocationDetails logLocation) |
UpdateDrProtectionGroupDetails.Builder |
members(List<UpdateDrProtectionGroupMemberDetails> members)
A list of DR protection group members.
|
public UpdateDrProtectionGroupDetails.Builder displayName(String displayName)
The display name of the DR protection group.
Example: EBS PHX Group
displayName
- the value to setpublic UpdateDrProtectionGroupDetails.Builder logLocation(UpdateObjectStorageLogLocationDetails logLocation)
public UpdateDrProtectionGroupDetails.Builder members(List<UpdateDrProtectionGroupMemberDetails> members)
A list of DR protection group members. When updating members, this list must contain all members being retained, including added and updated members. The list must not contain deleted members.
members
- the value to setpublic UpdateDrProtectionGroupDetails.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 UpdateDrProtectionGroupDetails.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 UpdateDrProtectionGroupDetails build()
public UpdateDrProtectionGroupDetails.Builder copy(UpdateDrProtectionGroupDetails model)
Copyright © 2016–2024. All rights reserved.