Class CreateRemotePeeringConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.CreateRemotePeeringConnectionDetails.Builder
-
- Enclosing class:
- CreateRemotePeeringConnectionDetails
public static class CreateRemotePeeringConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRemotePeeringConnectionDetails
build()
CreateRemotePeeringConnectionDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to contain the RPC.CreateRemotePeeringConnectionDetails.Builder
copy(CreateRemotePeeringConnectionDetails model)
CreateRemotePeeringConnectionDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateRemotePeeringConnectionDetails.Builder
displayName(String displayName)
A user-friendly name.CreateRemotePeeringConnectionDetails.Builder
drgId(String drgId)
The OCID of the DRG the RPC belongs to.CreateRemotePeeringConnectionDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
-
-
-
Method Detail
-
compartmentId
public CreateRemotePeeringConnectionDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the RPC.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
definedTags
public 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
-
displayName
public 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
-
drgId
public CreateRemotePeeringConnectionDetails.Builder drgId(String drgId)
The OCID of the DRG the RPC belongs to.- Parameters:
drgId
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
build
public CreateRemotePeeringConnectionDetails build()
-
copy
public CreateRemotePeeringConnectionDetails.Builder copy(CreateRemotePeeringConnectionDetails model)
-
-