Class CreateRemotePeeringConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.CreateRemotePeeringConnectionDetails.Builder
 
- 
- Enclosing class:
- CreateRemotePeeringConnectionDetails
 
 public static class CreateRemotePeeringConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRemotePeeringConnectionDetailsbuild()CreateRemotePeeringConnectionDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to contain the RPC.CreateRemotePeeringConnectionDetails.Buildercopy(CreateRemotePeeringConnectionDetails model)CreateRemotePeeringConnectionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateRemotePeeringConnectionDetails.BuilderdisplayName(String displayName)A user-friendly name.CreateRemotePeeringConnectionDetails.BuilderdrgId(String drgId)The OCID of the DRG the RPC belongs to.CreateRemotePeeringConnectionDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateRemotePeeringConnectionDetails.Builder compartmentId(String compartmentId) The OCID of the compartment to contain the RPC.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateRemotePeeringConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateRemotePeeringConnectionDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
drgIdpublic CreateRemotePeeringConnectionDetails.Builder drgId(String drgId) The OCID of the DRG the RPC belongs to.- Parameters:
- drgId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateRemotePeeringConnectionDetails.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: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateRemotePeeringConnectionDetails build() 
 - 
copypublic CreateRemotePeeringConnectionDetails.Builder copy(CreateRemotePeeringConnectionDetails model) 
 
- 
 
-