public static class CreateDrProtectionGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDrProtectionGroupDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to create the DR protection group.
Example: ocid1.compartment.oc1..uniqueID
compartmentId
- the value to setpublic CreateDrProtectionGroupDetails.Builder displayName(String displayName)
The display name of the DR protection group.
Example: EBS PHX Group
displayName
- the value to setpublic CreateDrProtectionGroupDetails.Builder logLocation(CreateObjectStorageLogLocationDetails logLocation)
public CreateDrProtectionGroupDetails.Builder association(AssociateDrProtectionGroupDetails association)
public CreateDrProtectionGroupDetails.Builder members(List<CreateDrProtectionGroupMemberDetails> members)
A list of DR protection group members.
members
- the value to setpublic CreateDrProtectionGroupDetails.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 CreateDrProtectionGroupDetails.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 CreateDrProtectionGroupDetails build()
public CreateDrProtectionGroupDetails.Builder copy(CreateDrProtectionGroupDetails model)
Copyright © 2016–2024. All rights reserved.