Class CreateDrProtectionGroupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.CreateDrProtectionGroupDetails.Builder
 
- 
- Enclosing class:
- CreateDrProtectionGroupDetails
 
 public static class CreateDrProtectionGroupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateDrProtectionGroupDetails.Builder compartmentId(String compartmentId) The OCID of the compartment in which to create the DR protection group.Example: ocid1.compartment.oc1..uniqueID - Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateDrProtectionGroupDetails.Builder displayName(String displayName) The display name of the DR protection group.Example: EBS PHX Group - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
logLocationpublic CreateDrProtectionGroupDetails.Builder logLocation(CreateObjectStorageLogLocationDetails logLocation) 
 - 
associationpublic CreateDrProtectionGroupDetails.Builder association(AssociateDrProtectionGroupDetails association) 
 - 
memberspublic CreateDrProtectionGroupDetails.Builder members(List<CreateDrProtectionGroupMemberDetails> members) A list of DR protection group members.- Parameters:
- members- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateDrProtectionGroupDetails build() 
 - 
copypublic CreateDrProtectionGroupDetails.Builder copy(CreateDrProtectionGroupDetails model) 
 
- 
 
-